Skip to content

Commit

Permalink
Update docker-stack-grid.yml
Browse files Browse the repository at this point in the history
expose VNC port
  • Loading branch information
mcopjan authored Jan 5, 2021
1 parent 1aab9b4 commit 859f9ba
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docker-stack-grid.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,8 @@ services:
- SCREEN_DEPTH=24
entrypoint: bash -c 'SE_OPTS="-host $$HOSTNAME -port 5555" /opt/bin/entry_point.sh'
ports:
- 5555:5555
- target: 5900
mode: host
deploy:
replicas: 20
placement:
Expand All @@ -53,4 +54,4 @@ services:
networks:
my-proxy-net:
external:
name: custom_network
name: custom_network

0 comments on commit 859f9ba

Please sign in to comment.