diff --git a/README.md b/README.md index 01e09dd..2c79503 100644 --- a/README.md +++ b/README.md @@ -4,4 +4,4 @@ Local development: * `docker-compose up` -* http://localhost:8080 +* http://localhost:8024 diff --git a/docker-compose.yaml b/docker-compose.yaml index 83b22c2..bb4a542 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -4,7 +4,7 @@ services: nginx: image: nginx:latest ports: - - "8080:80" + - "8024:80" volumes: - ./default.conf:/etc/nginx/default.conf - ./www:/usr/share/nginx/html