This commit is contained in:
Lorenzo Carbonell 2023-10-13 22:21:27 +02:00
parent 7b8c013ad7
commit ebafdb3de0
No known key found for this signature in database
GPG Key ID: B5E8FC9484B82CA9
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ services:
volumes:
- backup-data:/app/backend/backup-data # Mounting the volume
labels:
- traefik.http.services.jellystat.loadbalancer.server.port=3003
- traefik.http.services.jellystat.loadbalancer.server.port=3000
- traefik.http.routers.jellystat.rule=Host(`${FQDN}`)
depends_on:
- jellystat-db