Replace MOUNT_DIR with SERVICE_DIR
This commit is contained in:
@@ -29,8 +29,8 @@ volumes:
|
||||
driver_opts:
|
||||
type: none
|
||||
o: bind
|
||||
device: ${MOUNT_DIR?}/gotify/volumes/data/
|
||||
device: ${SERVICES_DIR?}/gotify/volumes/data/
|
||||
|
||||
secrets:
|
||||
gotify_admin_password:
|
||||
file: ${MOUNT_DIR?}/gotify/secrets/admin_password
|
||||
file: ${SERVICES_DIR?}/gotify/secrets/admin_password
|
||||
|
||||
Reference in New Issue
Block a user