Skip to content

Commit 5c4dad3

Browse files
authored
Renamed myPhotos to scanDirectory
1 parent 37b1d13 commit 5c4dad3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docker-compose.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ services:
1414
container_name: proxy
1515
restart: unless-stopped
1616
volumes:
17-
- ${myPhotos}:/data
17+
- ${scanDirectory}:/data
1818
- ${data}/protected_media:/protected_media
1919
ports:
2020
- ${httpPort}:80
@@ -52,7 +52,7 @@ services:
5252
container_name: backend
5353
restart: unless-stopped
5454
volumes:
55-
- ${myPhotos}:/data
55+
- ${scanDirectory}:/data
5656
- ${data}/protected_media:/protected_media
5757
- ${data}/logs:/logs
5858
- ${data}/cache:/root/.cache

0 commit comments

Comments
 (0)