mirror of
https://github.com/mtan93/Apps-Community.git
synced 2026-04-03 14:23:09 +01:00
Removed VNC connection
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user