Pour tout problème contactez-nous par mail : support@froggit.fr | La FAQ :grey_question: | Rejoignez-nous sur le Chat :speech_balloon:

Skip to content
Snippets Groups Projects
Commit 2e553a88 authored by Pierre Jarriges's avatar Pierre Jarriges
Browse files

fix docker compose read only volume

parent 49c8e861
No related branches found
No related tags found
1 merge request!1Dev
......@@ -12,7 +12,7 @@ services:
- 80:${SERVER_PORT}
- 443:${SERVER_PORT_TLS}
volumes:
- ./public:${RESOURCES_DIR}/public:ro
- ./public:${RESOURCES_DIR}/public
- /etc/letsencrypt/:${RESOURCES_DIR}/certs:ro
env_file:
- ./.env
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment