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

Renamed myPhotos to scanDirectory

parent e0dfdc6b
No related branches found
No related tags found
No related merge requests found
......@@ -23,7 +23,7 @@ services:
dockerfile: Dockerfile
container_name: proxy
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
volumes:
- ${myPhotos}:/data
- ${scanDirectory}:/data
- ${data}/protected_media:/protected_media
- ${data}/logs:/logs
- ${codedir}/librephotos:/code
......
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