fix: remove read-only flag from map_config.json volume in prod
This commit is contained in:
@@ -18,7 +18,7 @@ services:
|
||||
JWKS_URI: ${PROD_JWKS_URI:-http://172.16.10.175:9090/.well-known/jwks.json}
|
||||
volumes:
|
||||
- ./uploads:/app/uploads
|
||||
- ./map_config.json:/app/map_config.json:ro
|
||||
- ./map_config.json:/app/map_config.json
|
||||
expose:
|
||||
- "3000"
|
||||
restart: unless-stopped
|
||||
|
||||
Reference in New Issue
Block a user