Skip to content
Snippets Groups Projects
Commit 374a727b authored by Kai Kruschel's avatar Kai Kruschel
Browse files

fixed nginx volume mount

parent ed0fcf4b
No related branches found
No related tags found
No related merge requests found
Pipeline #42573 failed
...@@ -16,7 +16,7 @@ services: ...@@ -16,7 +16,7 @@ services:
volumes: volumes:
- ${scanDirectory}:/data - ${scanDirectory}:/data
- ${data}/protected_media:/protected_media - ${data}/protected_media:/protected_media
- ${data}/nginx.conf:/etc/nginx/nginx.conf - ${data}/nginx:/etc/nginx
ports: ports:
- ${httpPort}:80 - ${httpPort}:80
depends_on: depends_on:
......
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