Skip to content

Commit

Permalink
Fix uptime config
Browse files Browse the repository at this point in the history
follows 22c7ea2
  • Loading branch information
physikerwelt authored Oct 11, 2023
1 parent cbf0c38 commit e6c3a36
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -638,9 +638,9 @@ services:
- uptime-kuma:/app/data
restart: always
labels:
- traefik.http.routers.matomo.rule=Host(`uptime.portal.mardi4nfdi.${TLD}`)
- traefik.http.routers.matomo.entrypoints=websecure
- traefik.http.routers.matomo.tls.certResolver=le
- traefik.http.routers.uptime.rule=Host(`uptime.portal.mardi4nfdi.${TLD}`)
- traefik.http.routers.uptime.entrypoints=websecure
- traefik.http.routers.uptime.tls.certResolver=le

volumes:
cassandra-data:
Expand Down

0 comments on commit e6c3a36

Please sign in to comment.