read only on config folder

This commit is contained in:
John Lancaster
2023-12-03 18:04:30 -06:00
parent 4b0b7c5e61
commit 8d303438ce

View File

@@ -6,7 +6,7 @@ services:
volumes: volumes:
- /etc/localtime:/etc/localtime:ro - /etc/localtime:/etc/localtime:ro
- /etc/timezone:/etc/timezone:ro - /etc/timezone:/etc/timezone:ro
- config:/conf - config:/conf:ro
ports: ports:
- 5050:5050 - 5050:5050
restart: unless-stopped restart: unless-stopped