From 7c4f8c799c3256254a16da6f51dfb67965da6b34 Mon Sep 17 00:00:00 2001 From: Fascinated Date: Mon, 10 Jul 2023 08:25:34 +0100 Subject: [PATCH] add better docs to the docker compose file --- docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index 3a055e0..b080692 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -15,4 +15,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 + #- ./public:/usr/src/app/public:ro # Used for public facing images (uncomment if you are using your own images - see the public directory)