Skip to content

Commit 0956a37

Browse files
committed
trying to fix mounting nginx conf.d issues
1 parent dcb5582 commit 0956a37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-compose.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ services:
5959
ports:
6060
- 8089:80
6161
volumes:
62-
- ./nginx/default.conf:/etc/nginx/conf.d/default.conf
62+
- ${PWD:-/home/circleci/project}/nginx/default.conf:/etc/nginx/conf.d/default.conf
6363
depends_on:
6464
- api
6565
- frontend

0 commit comments

Comments
 (0)