WIP: produce valid MasterServer binary

This commit is contained in:
Nils Bergmann
2021-12-07 22:25:58 +01:00
parent 9387e88dc0
commit e714cacc58
3 changed files with 16 additions and 20 deletions

View File

@@ -31,6 +31,8 @@ services:
- DATABASE_PASSWORD=${MARIADB_PASSWORD:-darkflame}
volumes:
- $CLIENT_PATH:/client
depends_on:
- database
networks:
darkflame: