소스 검색

Cleanup README

Andrew Phillips 7 년 전
부모
커밋
96c9f6cb8c
1개의 변경된 파일4개의 추가작업 그리고 3개의 파일을 삭제
  1. 4 3
      README.md

+ 4 - 3
README.md

@@ -24,7 +24,7 @@ You can specify the following variables:
 * `RUN_FLUXBOX={yes|no}` (yes)
 
 ### Stand-alone Demo
-Run: 
+Run:
 ```bash
 $ docker run --rm -it -p 8080:8080 theasp/novnc
 ```
@@ -51,12 +51,13 @@ services:
       - novnc
     networks:
       - x11
-  novnc:  
+  novnc:
     image: theasp/novnc:latest
     environment:
       # Adjust to your screen size
       - DISPLAY_WIDTH=1600
       - DISPLAY_HEIGHT=968
+      - RUN_XTERM=no
     ports:
       - "8080:8080"
     networks:
@@ -64,7 +65,7 @@ services:
 networks:
   x11:
 ```
-**If the IDE fails to start simply run `docker-compose restart <container-name>`.** 
+**If the IDE fails to start simply run `docker-compose restart <container-name>`.**
 
 ## On DockerHub / GitHub
 ___