Wrap port env in quotes

This commit is contained in:
Reynir Björnsson 2022-12-05 10:55:36 +01:00
parent 27b2b692eb
commit 270019027d
1 changed files with 1 additions and 1 deletions

View File

@ -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"