mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2024-11-09 09:48:20 +00:00
WIP: error if the client path is missing
This commit is contained in:
parent
53c9467bec
commit
4cf2f4e7c7
@ -30,7 +30,7 @@ services:
|
||||
- DATABASE_USER=${MARIADB_USER:-darkflame}
|
||||
- DATABASE_PASSWORD=${MARIADB_PASSWORD:-darkflame}
|
||||
volumes:
|
||||
- $CLIENT_PATH:/client
|
||||
- ${CLIENT_PATH:?err}:/client
|
||||
depends_on:
|
||||
- database
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user