fix: add HOSTNAME environment variable for betterbahn service
This commit is contained in:
parent
650e852581
commit
6d5eb1ac24
1 changed files with 2 additions and 0 deletions
|
@ -4,6 +4,8 @@ services:
|
|||
restart: unless-stopped
|
||||
networks:
|
||||
- dokploy-network
|
||||
environment:
|
||||
- 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