Remove extraneous dash in production docker-compose override

Cleaned up an unnecessary dash in the Traefik configuration section of the production docker-compose override file. This update ensures a cleaner and more accurate configuration definition.
main
Arne Schauf 3 weeks ago
parent b84e446c5d
commit 3cda1e2b75
  1. 2
      docker-compose.prod.override.yml

@ -12,7 +12,7 @@ services:
- traefik.http.routers.feohomepage.rule=Host(`feoneu.asw.io`)
- traefik.http.routers.feohomepage.tls.certresolver=hetzner
- traefik.http.services.feohomepage.loadbalancer.server.port=8000
-
manage:
restart: no
networks:

Loading…
Cancel
Save