diff --git a/.gitea/workflows/deploy.yaml b/.gitea/workflows/deploy.yaml index 8cd6f4d..9a8f12e 100644 --- a/.gitea/workflows/deploy.yaml +++ b/.gitea/workflows/deploy.yaml @@ -27,5 +27,5 @@ jobs: docker run -d \ --name website-container \ --restart unless-stopped \ - -p 3000:3000 \ + -p 8080:3000 \ my-website:latest