make the config read only

This commit is contained in:
Lee 2023-07-10 05:28:46 +01:00
parent c56e03ab9d
commit 9a13ee1649

@ -14,4 +14,4 @@ services:
ports: ports:
- 3000:3000 - 3000:3000
volumes: volumes:
- ./config.json:/usr/src/app/config.json - ./config.json:/usr/src/app/config.json:ro