Skip to content

Commit c8ffb08

Browse files
committed
fix: compose path fix
Signed-off-by: dittops <dittops@gmail.com>
1 parent 883070e commit c8ffb08

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)