mirror of
https://github.com/mtan93/Apps-Community.git
synced 2026-04-05 06:13:08 +01:00
Added published ports lines 75-78
This commit is contained in:
@@ -73,7 +73,9 @@
|
|||||||
image: '{{image}}'
|
image: '{{image}}'
|
||||||
pull: yes
|
pull: yes
|
||||||
published_ports:
|
published_ports:
|
||||||
- '{{ports.stdout}}{{extport}}:{{intport}}'
|
# - '{{ports.stdout}}{{extport}}:{{intport}}'
|
||||||
|
- '13034:3031/tcp'
|
||||||
|
- '6060:6060/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