Replace MOUNT_DIR with SERVICE_DIR
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user