chore: docker restart always
Some checks failed
Build and Push Docker Image / build (push) Failing after 42s

This commit is contained in:
Pihkaal
2025-03-16 20:42:50 +01:00
parent 1f7d240636
commit f4903876d5

View File

@@ -10,6 +10,7 @@ services:
- "traefik.http.services.simple-qr.loadbalancer.server.port=3000" - "traefik.http.services.simple-qr.loadbalancer.server.port=3000"
- "traefik.http.routers.simple-qr.tls=true" - "traefik.http.routers.simple-qr.tls=true"
- "traefik.http.routers.simple-qr.tls.certResolver=myresolver" - "traefik.http.routers.simple-qr.tls.certResolver=myresolver"
restart: always
networks: networks:
web: web: