mirror of
https://github.com/neocturne/MinedMap.git
synced 2025-03-04 17:23:33 +01:00
docker-compose.yml: mount volumes read-only where appropriate
This commit is contained in:
parent
6e2f2697fc
commit
5ee8e493d4
1 changed files with 2 additions and 2 deletions
|
@ -28,7 +28,7 @@ services:
|
|||
- '/input/world'
|
||||
- '/output'
|
||||
volumes:
|
||||
- data:/input
|
||||
- data:/input:ro
|
||||
- output:/output
|
||||
- processed:/output/processed
|
||||
network_mode: 'none'
|
||||
|
@ -42,7 +42,7 @@ services:
|
|||
ports:
|
||||
- '8080:80'
|
||||
volumes:
|
||||
- output:/usr/share/nginx/html/data
|
||||
- output:/usr/share/nginx/html/data:ro
|
||||
restart: unless-stopped
|
||||
|
||||
volumes:
|
||||
|
|
Loading…
Add table
Reference in a new issue