From b40da5c646bcb8ef7eb77ae49b23e027b128b9f1 Mon Sep 17 00:00:00 2001 From: Eddie Tucker Date: Tue, 11 Feb 2025 10:46:41 -0600 Subject: [PATCH] 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 --- Ente/docker-compose-traefik.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Ente/docker-compose-traefik.yaml b/Ente/docker-compose-traefik.yaml index f8af3a8..34518f4 100644 --- a/Ente/docker-compose-traefik.yaml +++ b/Ente/docker-compose-traefik.yaml @@ -19,8 +19,8 @@ services: # ENTE_CLI_CONFIG_PATH: /cli-data/ volumes: - /home/ubuntu/docker/ente/custom-logs:/var/logs - - /home/ubuntu/docker/ente/museum.yaml:/museum.yaml:ro - - /home/ubuntu/docker/ente/scripts/compose/credentials.yaml:/credentials.yaml:ro + - /home/ubuntu/docker/ente/config/museum.yaml:/museum.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/exports/ente-photos:/exports - /home/ubuntu/docker/ente/data:/data:ro @@ -130,4 +130,4 @@ services: networks: ente: proxy: - external: true \ No newline at end of file + external: true