Add Portainer Git directory to env file

This commit is contained in:
Mark Veidemanis 2022-07-28 21:27:26 +01:00
parent 2f74d79bc4
commit 3818308b75
1 changed files with 1 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}"