mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2024-11-13 19:58:21 +00:00
Make some Docker Compose volumes read-only
This commit is contained in:
parent
1e01423a93
commit
4f1df372a2
@ -45,8 +45,8 @@ services:
|
|||||||
- BUILD_THREADS=${BUILD_THREADS:-1}
|
- BUILD_THREADS=${BUILD_THREADS:-1}
|
||||||
- BUILD_VERSION=${BUILD_VERSION:-171022}
|
- BUILD_VERSION=${BUILD_VERSION:-171022}
|
||||||
volumes:
|
volumes:
|
||||||
- ${CLIENT_PATH:?missing_client_path}:/client
|
- ${CLIENT_PATH:?missing_client_path}:/client:ro
|
||||||
- shared_configs:/shared_configs
|
- shared_configs:/shared_configs:ro
|
||||||
depends_on:
|
depends_on:
|
||||||
- database
|
- database
|
||||||
ports:
|
ports:
|
||||||
|
Loading…
Reference in New Issue
Block a user