소스 검색

update README docker port

dev_h
Ophir LOJKINE 4 년 전
부모
커밋
7fdd7e9ce6
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      README.md

+ 1
- 1
README.md 파일 보기

@@ -35,7 +35,7 @@ You can run the following bash command to launch WBO on port 5001, while persist
35 35
 ```bash
36 36
 mkdir wbo-boards # Create a directory that will contain your whiteboards
37 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 41
 You can then access WBO at `http://localhost:5001`.

Loading…
취소
저장