fix port bindigns
This commit is contained in:
parent
11ca0071ad
commit
999d4789dd
2 changed files with 3 additions and 2 deletions
|
@ -38,8 +38,8 @@ hedgedoc_docker_present:
|
|||
- hedgedoc
|
||||
- volumes:
|
||||
- /opt/hedgedoc/uploads:/hedgedoc/public/uploads
|
||||
- ports:
|
||||
- "127.0.0.1:3000:3000"
|
||||
- port_bindings:
|
||||
- "{{ salt['pillar.get']('hedgedoc:container_web_port', "127.0.0.1:3000") }}:3000"
|
||||
- restart: always
|
||||
|
||||
hedgedoc_database_present:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue