diff --git a/docker-compose.yml b/docker-compose.yml index 01e163b..8e5619a 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -13,7 +13,7 @@ services: nginx: image: nginx:latest ports: - - "127.0.0.1:8019:80" + - "127.0.0.1:3002:80" volumes: - ./nginx.conf:/etc/nginx/nginx.conf:ro - ./frontend:/usr/share/nginx/html/frontend diff --git a/frontend/pages/chap1.html b/frontend/pages/chap1.html index 44caa7a..d67d431 100644 --- a/frontend/pages/chap1.html +++ b/frontend/pages/chap1.html @@ -3,8 +3,8 @@