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

Renamed myPhotos to scanDirectory

parent 37b1d139
No related branches found
No related tags found
No related merge requests found
......@@ -14,7 +14,7 @@ services:
container_name: proxy
restart: unless-stopped
volumes:
- ${myPhotos}:/data
- ${scanDirectory}:/data
- ${data}/protected_media:/protected_media
ports:
- ${httpPort}:80
......@@ -52,7 +52,7 @@ services:
container_name: backend
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