From 98b7ad12cc4fc1daad4b64d8c48865fec6913eb1 Mon Sep 17 00:00:00 2001 From: Fascinated Date: Wed, 12 Jul 2023 14:18:43 +0100 Subject: [PATCH] enable public directory by default --- docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index 14f76ad..1d4dea8 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -14,4 +14,4 @@ services: - 3000:3000 volumes: - ./config.json:/usr/src/app/config.json:ro # The application config (Must be created before starting the service) - #- ./public:/usr/src/app/public:ro # Used for public facing images (uncomment if you are using your own images - see the public directory) + - ./public:/usr/src/app/public:rw # Used for public facing images (uncomment if you are using your own images - see the public directory)