Skip to content

Commit e0dfdc6

Browse files
authored
Renamed myPhotos to scanDirectory
1 parent 9a8f692 commit e0dfdc6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docker-compose.dev.raw

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ services:
2323
dockerfile: Dockerfile
2424
container_name: __proxy_name__
2525
volumes:
26-
- ${myPhotos}:/data
26+
- ${scanDirectory}:/data
2727
- ${data}/protected_media:/protected_media
2828
- ./proxy/nginx.conf:/etc/nginx/nginx.conf:ro
2929

@@ -51,7 +51,7 @@ services:
5151
DEBUG: 1
5252
container_name: __backend_name__
5353
volumes:
54-
- ${myPhotos}:/data
54+
- ${scanDirectory}:/data
5555
- ${data}/protected_media:/protected_media
5656
- ${data}/logs:/logs
5757
- ${data}/cache:/root/.cache

0 commit comments

Comments
 (0)