fix: remove quotes from HOSTNAME environment variable in docker-compose

This commit is contained in:
Philip Henning 2025-08-31 16:50:49 +02:00
parent 6d5eb1ac24
commit ff17803f97

View file

@ -5,7 +5,7 @@ services:
networks:
- dokploy-network
environment:
- HOSTNAME="0.0.0.0"
- HOSTNAME=0.0.0.0
labels:
- "traefik.enable=true"
- "traefik.docker.network=dokploy-network"