Merge pull request #414 from Marcono1234/docker-read-only-volumes

Make some Docker Compose volumes read-only
This commit is contained in:
Xiphoseer 2022-02-05 15:18:01 +01:00 committed by GitHub
commit ae6980966d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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: