Skip to content

Commit 981ad84

Browse files
tollsimynuclearcat
authored andcommitted
fix: fix docker compose volume mounts
Signed-off-by: Simone Tollardo <tollsimy.dev@protonmail.com>
1 parent c7ace4a commit 981ad84

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

dev-docker-compose.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ services:
4343
image: 'nginx:1.21.3'
4444
volumes:
4545
- './docker/storage/data:/usr/share/nginx/html'
46-
- './docker/storage/config/default.conf:/etc/nginx/conf.d/default.conf'
46+
- './docker/storage/config/:/etc/nginx/conf.d'
4747
ports:
4848
- ${STORAGE_HOST_PORT:-8002}:80
4949

docker-compose.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ services:
4040
image: 'nginx:1.21.3'
4141
volumes:
4242
- './docker/storage/data:/usr/share/nginx/html'
43-
- './docker/storage/config/default.conf:/etc/nginx/conf.d/default.conf'
43+
- './docker/storage/config/:/etc/nginx/conf.d'
4444
ports:
4545
- ${STORAGE_HOST_PORT:-8002}:80
4646

0 commit comments

Comments
 (0)