mirror of
https://github.com/TandoorRecipes/recipes.git
synced 2026-01-01 20:28:46 -05:00
Mount all volumes in nginx read-only
This commit is contained in:
@@ -32,8 +32,8 @@ services:
|
||||
- web_recipes
|
||||
volumes:
|
||||
- nginx_config:/etc/nginx/conf.d:ro
|
||||
- staticfiles:/static
|
||||
- ./mediafiles:/media
|
||||
- staticfiles:/static:ro
|
||||
- ./mediafiles:/media:ro
|
||||
networks:
|
||||
- default
|
||||
- nginx-proxy
|
||||
|
||||
Reference in New Issue
Block a user