Update Docker Compose to mount config volume as read-only
This commit is contained in:
parent
bae5d79ce8
commit
ccf78c4820
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ services:
|
|||
ports:
|
||||
- 35001:8000
|
||||
volumes:
|
||||
- /docker/musik/config:/config
|
||||
- /docker/musik/config:/config:ro
|
||||
- /docker/musik/static:/app/static
|
||||
environment:
|
||||
CELERY_BROKER_URL: amqp://rabbitmq:5672//
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue