Update docker-compose-traefik.yaml
updated the path to museum.yaml and credentials.yaml in the volume mounts for the museum container to match the folder structure in the repo
This commit is contained in:
parent
2cc7505fdf
commit
b40da5c646
|
@ -19,8 +19,8 @@ services:
|
||||||
# ENTE_CLI_CONFIG_PATH: /cli-data/
|
# ENTE_CLI_CONFIG_PATH: /cli-data/
|
||||||
volumes:
|
volumes:
|
||||||
- /home/ubuntu/docker/ente/custom-logs:/var/logs
|
- /home/ubuntu/docker/ente/custom-logs:/var/logs
|
||||||
- /home/ubuntu/docker/ente/museum.yaml:/museum.yaml:ro
|
- /home/ubuntu/docker/ente/config/museum.yaml:/museum.yaml:ro
|
||||||
- /home/ubuntu/docker/ente/scripts/compose/credentials.yaml:/credentials.yaml:ro
|
- /home/ubuntu/docker/ente/config/scripts/compose/credentials.yaml:/credentials.yaml:ro
|
||||||
#- /home/ubuntu/docker/ente/cli-data:/cli-data
|
#- /home/ubuntu/docker/ente/cli-data:/cli-data
|
||||||
# - /home/ubuntu/docker/ente/exports/ente-photos:/exports
|
# - /home/ubuntu/docker/ente/exports/ente-photos:/exports
|
||||||
- /home/ubuntu/docker/ente/data:/data:ro
|
- /home/ubuntu/docker/ente/data:/data:ro
|
||||||
|
|
Loading…
Reference in New Issue