fix: getHostname error in docker-compose
All checks were successful
continuous-integration/drone/tag Build is passing

This commit is contained in:
2022-07-14 20:01:46 +02:00
parent 4ec1a2311b
commit 11e38e97dc

View File

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