Skip to content

Commit 0bad917

Browse files
authored
Update docker-compose.raw
1 parent 5c4dad3 commit 0bad917

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docker-compose.raw

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ services:
1414
container_name: __proxy_name__
1515
restart: unless-stopped
1616
volumes:
17-
- ${myPhotos}:/data
17+
- ${scanDirectory}:/data
1818
- ${data}/protected_media:/protected_media
1919
- ./proxy/nginx.conf:/etc/nginx/nginx.conf:ro
2020
ports:
@@ -47,7 +47,7 @@ services:
4747
container_name: __backend_name__
4848
restart: unless-stopped
4949
volumes:
50-
- ${myPhotos}:/data
50+
- ${scanDirectory}:/data
5151
- ${data}/protected_media:/protected_media
5252
- ${data}/logs:/logs
5353
- ${data}/cache:/root/.cache

0 commit comments

Comments
 (0)