Removed VNC connection

This commit is contained in:
timekills
2019-02-04 03:48:56 +04:30
committed by GitHub
parent 1856fc6cc8
commit 7a54a4737c

View File

@@ -17,9 +17,6 @@
pgrole: 'mkvtoolnix' pgrole: 'mkvtoolnix'
intport: '5800' intport: '5800'
extport: '5805' extport: '5805'
intport2: '5900'
extport2: '5905'
expose: '5905'
image: 'jlesage/mkvtoolnix' image: 'jlesage/mkvtoolnix'
# CORE (MANDATORY) ############################################################ # CORE (MANDATORY) ############################################################
@@ -70,9 +67,7 @@
image: '{{image}}' image: '{{image}}'
pull: yes pull: yes
published_ports: published_ports:
# - '{{ports.stdout}}{{extport}}:{{intport}}' - '{{ports.stdout}}{{extport}}:{{intport}}'
- '5800:5805/tcp'
- '5900:5905/tcp'
volumes: '{{pg_volumes}}' volumes: '{{pg_volumes}}'
env: '{{pg_env}}' env: '{{pg_env}}'
restart_policy: unless-stopped restart_policy: unless-stopped