mirror of
https://github.com/yusing/godoxy.git
synced 2026-03-19 07:54:48 +01:00
fix timezone by adding tz_data package, dns lookup workaround, panel fix
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user