add better docs to the docker compose file

This commit is contained in:
Lee 2023-07-10 08:25:34 +01:00
parent 154c5959c2
commit 7c4f8c799c

@ -15,4 +15,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 #- ./public:/usr/src/app/public:ro # Used for public facing images (uncomment if you are using your own images - see the public directory)