diff --git a/docker-compose.yaml b/docker-compose.yaml index a3ea646..af60964 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -14,4 +14,4 @@ ports: - 9555:80 volumes: - - ./tranga/imageCache:/usr/share/nginx/html/imageCache #2 when replacing Point to same value as #1/imageCache \ No newline at end of file + - ./tranga/imageCache:/usr/share/nginx/html/imageCache:ro #2 when replacing Point to same value as #1/imageCache \ No newline at end of file