mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2025-05-02 12:41:21 +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_USER=${MARIADB_USER:-darkflame}
|
||||||
- DATABASE_PASSWORD=${MARIADB_PASSWORD:-darkflame}
|
- DATABASE_PASSWORD=${MARIADB_PASSWORD:-darkflame}
|
||||||
volumes:
|
volumes:
|
||||||
- $CLIENT_PATH:/client
|
- ${CLIENT_PATH:?err}:/client
|
||||||
depends_on:
|
depends_on:
|
||||||
- database
|
- database
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user