Skip to content
Snippets Groups Projects
Unverified Commit 0bad9173 authored by quartztester's avatar quartztester Committed by GitHub
Browse files

Update docker-compose.raw

parent 5c4dad3c
No related branches found
No related tags found
No related merge requests found
......@@ -14,7 +14,7 @@ services:
container_name: __proxy_name__
restart: unless-stopped
volumes:
- ${myPhotos}:/data
- ${scanDirectory}:/data
- ${data}/protected_media:/protected_media
- ./proxy/nginx.conf:/etc/nginx/nginx.conf:ro
ports:
......@@ -47,7 +47,7 @@ services:
container_name: __backend_name__
restart: unless-stopped
volumes:
- ${myPhotos}:/data
- ${scanDirectory}:/data
- ${data}/protected_media:/protected_media
- ${data}/logs:/logs
- ${data}/cache:/root/.cache
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment