diff --git a/docker-compose.yml b/docker-compose.yml index 604c591b..f510c2bf 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -13,7 +13,7 @@ services: - 'host.docker.internal:host-gateway' ports: - '${APP_PORT:-80}:80' -# - '${VITE_PORT:-5173}:${VITE_PORT:-5173}' + - '${VITE_PORT:-5173}:${VITE_PORT:-5173}' environment: WWWUSER: '${WWWUSER}' LARAVEL_SAIL: 1