Wrap port env in quotes
This commit is contained in:
parent
27b2b692eb
commit
270019027d
|
@ -7,6 +7,6 @@
|
|||
- name: external_services
|
||||
env:
|
||||
VIRTUAL_HOST: "{{ services.pinafore.domain }}"
|
||||
VIRTUAL_PORT: 4002
|
||||
VIRTUAL_PORT: "4002"
|
||||
labels:
|
||||
com.centurylinklabs.watchtower.enable: "true"
|
||||
|
|
Loading…
Reference in a new issue