diff --git a/.gitea/workflows/deploy.yaml b/.gitea/workflows/deploy.yaml index f9ee60c..8b49adb 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 8080:80 \ + -p 8083:80 \ akkolli-website:latest