mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2025-08-09 20:24:16 +00:00
WIP: error if the client path is missing
This commit is contained in:
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user