瀏覽代碼

update README docker port

dev_h
Ophir LOJKINE 4 年之前
父節點
當前提交
7fdd7e9ce6
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. 1
    1
      README.md

+ 1
- 1
README.md 查看文件

35
 ```bash
35
 ```bash
36
 mkdir wbo-boards # Create a directory that will contain your whiteboards
36
 mkdir wbo-boards # Create a directory that will contain your whiteboards
37
 chown -R 1000:1000 wbo-boards # Make this directory accessible to WBO
37
 chown -R 1000:1000 wbo-boards # Make this directory accessible to WBO
38
-docker run -it --publish 5001:8080 --volume "$(pwd)/wbo-boards:/opt/app/server-data" lovasoa/wbo:latest # run wbo
38
+docker run -it --publish 5001:80 --volume "$(pwd)/wbo-boards:/opt/app/server-data" lovasoa/wbo:latest # run wbo
39
 ```
39
 ```
40
 
40
 
41
 You can then access WBO at `http://localhost:5001`.
41
 You can then access WBO at `http://localhost:5001`.

Loading…
取消
儲存