Replace MOUNT_DIR with SERVICE_DIR

This commit is contained in:
Colin Hebert
2022-12-28 22:10:14 +01:00
parent 3af28accd0
commit 1fdc953ba4

View File

@@ -29,8 +29,8 @@ volumes:
driver_opts: driver_opts:
type: none type: none
o: bind o: bind
device: ${MOUNT_DIR?}/gotify/volumes/data/ device: ${SERVICES_DIR?}/gotify/volumes/data/
secrets: secrets:
gotify_admin_password: gotify_admin_password:
file: ${MOUNT_DIR?}/gotify/secrets/admin_password file: ${SERVICES_DIR?}/gotify/secrets/admin_password