fix: remove quotes from HOSTNAME environment variable in docker-compose
This commit is contained in:
parent
6d5eb1ac24
commit
ff17803f97
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue