mirror of
https://github.com/neocturne/MinedMap.git
synced 2025-03-04 09:13: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'
|
- '/input/world'
|
||||||
- '/output'
|
- '/output'
|
||||||
volumes:
|
volumes:
|
||||||
- data:/input
|
- data:/input:ro
|
||||||
- output:/output
|
- output:/output
|
||||||
- processed:/output/processed
|
- processed:/output/processed
|
||||||
network_mode: 'none'
|
network_mode: 'none'
|
||||||
|
@ -42,7 +42,7 @@ services:
|
||||||
ports:
|
ports:
|
||||||
- '8080:80'
|
- '8080:80'
|
||||||
volumes:
|
volumes:
|
||||||
- output:/usr/share/nginx/html/data
|
- output:/usr/share/nginx/html/data:ro
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
|
|
Loading…
Add table
Reference in a new issue