fix timezone by adding tz_data package, dns lookup workaround, panel fix

This commit is contained in:
yusing
2024-03-07 13:42:36 +08:00
parent 303a0cce02
commit dc996f82c6
5 changed files with 10 additions and 7 deletions

View File

@@ -21,6 +21,8 @@ services:
- /path/to/privkey.pem:/certs/priv.key:ro
- ./log:/app/log # path to logs
- /var/run/docker.sock:/var/run/docker.sock:ro
dns:
- 127.0.0.1 # workaround for "lookup: no such host"
extra_hosts:
- host.docker.internal:host-gateway # required if you have containers in `host` network_mode
logging: