Skip to content

Commit 22de88f

Browse files
committed
fix: compose path fix
Signed-off-by: dittops <[email protected]>
1 parent 1f41602 commit 22de88f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PolyLingua/docker_compose/intel/cpu/xeon/compose.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ services:
8888
ports:
8989
- "${NGINX_PORT:-80}:80"
9090
volumes:
91-
- ./deploy/nginx.conf:/etc/nginx/nginx.conf:ro
91+
- ../../../../deploy/nginx.conf:/etc/nginx/nginx.conf:ro
9292
environment:
9393
- no_proxy=${no_proxy}
9494
- https_proxy=${https_proxy}

0 commit comments

Comments
 (0)