diff --git a/compose.yaml b/compose.yaml index e5c2552..92b6555 100644 --- a/compose.yaml +++ b/compose.yaml @@ -11,7 +11,7 @@ services: restart: always image: nginx:alpine ports: - - 8900:80 + - 9100:80 volumes: - ./nginx.conf:/etc/nginx/nginx.conf - ./public:/var/www/html