mirror of
				https://github.com/DarkflameUniverse/DarkflameServer.git
				synced 2025-10-31 04:32:06 +00:00 
			
		
		
		
	Merge pull request #414 from Marcono1234/docker-read-only-volumes
Make some Docker Compose volumes read-only
This commit is contained in:
		| @@ -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: | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Xiphoseer
					Xiphoseer