fix: getHostname error in docker-compose
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Markus Pesch 2022-07-14 20:01:46 +02:00
parent 4ec1a2311b
commit 0f84feeb5f
Signed by: volker.raschek
GPG Key ID: 852BCC170D81A982
1 changed files with 1 additions and 0 deletions

View File

@ -11,3 +11,4 @@ services:
- DATABASE_PORT=${DATABASE_PORT}
- DATABASE_NAME=${DATABASE_NAME}
network_mode: host
privileged: true