diff --git a/docker-compose.yml b/docker-compose.yml index 0e0515d..01e163b 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -13,7 +13,7 @@ services: nginx: image: nginx:latest ports: - - "127.0.0.1:8080:80" + - "127.0.0.1:8019:80" volumes: - ./nginx.conf:/etc/nginx/nginx.conf:ro - ./frontend:/usr/share/nginx/html/frontend