mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2024-11-09 01:38:20 +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_VERSION=${BUILD_VERSION:-171022}
|
||||
volumes:
|
||||
- ${CLIENT_PATH:?missing_client_path}:/client
|
||||
- shared_configs:/shared_configs
|
||||
- ${CLIENT_PATH:?missing_client_path}:/client:ro
|
||||
- shared_configs:/shared_configs:ro
|
||||
depends_on:
|
||||
- database
|
||||
ports:
|
||||
|
Loading…
Reference in New Issue
Block a user