Add Portainer Git directory to env file

This commit is contained in:
2022-07-28 21:27:26 +01:00
parent a61ba7b9e1
commit f9482cac63
2 changed files with 2 additions and 1 deletions

View File

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