diff --git a/docker-compose.yml b/docker-compose.yml index 437faad..ef71071 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -17,7 +17,7 @@ services: labels: - "com.centurylinklabs.watchtower.monitor-only=true" - "traefik.enable=true" - - "traefik.http.routers.immich.rule=Host(`immich.yourdomain.com`)" + - "traefik.http.routers.immich.rule=Host(`photos.speerfam.net`)" - "traefik.http.routers.immich.entrypoints=websecure" - "traefik.http.routers.immich.tls.certresolver=myresolver" @@ -42,8 +42,9 @@ services: restart: always healthcheck: disable: false - traefik-public: - external: true +networks: + traefik-public: + external: true immich-machine-learning: container_name: immich_machine_learning