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

Renamed myPhotos to scanDirectory

parent 9a8f692f
No related branches found
No related tags found
No related merge requests found
......@@ -23,7 +23,7 @@ services:
dockerfile: Dockerfile
container_name: __proxy_name__
volumes:
- ${myPhotos}:/data
- ${scanDirectory}:/data
- ${data}/protected_media:/protected_media
- ./proxy/nginx.conf:/etc/nginx/nginx.conf:ro
......@@ -51,7 +51,7 @@ services:
DEBUG: 1
container_name: __backend_name__
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