enable public directory by default

This commit is contained in:
Lee 2023-07-12 14:18:43 +01:00
parent c28f50f49e
commit 98b7ad12cc

@ -14,4 +14,4 @@ services:
- 3000:3000 - 3000:3000
volumes: volumes:
- ./config.json:/usr/src/app/config.json:ro # The application config (Must be created before starting the service) - ./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)