Add Portainer Git directory to env file

master
Mark Veidemanis 2 years ago
parent 2f74d79bc4
commit 3818308b75

@ -5,7 +5,7 @@ services:
image: pathogen/threshold
build: .
volumes:
- .:/code
- ${PORTAINER_GIT_DIR}:/code
ports:
- "${THRESHOLD_LISTENER_PORT}:${THRESHOLD_LISTENER_PORT}"
- "${THRESHOLD_RELAY_PORT}:${THRESHOLD_RELAY_PORT}"

Loading…
Cancel
Save