diff --git a/.gitea/workflows/default.yml b/.gitea/workflows/default.yml index 397d745..fa84b98 100644 --- a/.gitea/workflows/default.yml +++ b/.gitea/workflows/default.yml @@ -39,7 +39,7 @@ jobs: docker image rm plushealthtech:latest fi docker login registry.rokoh.com -u ${{ secrets.DOCKER_USERNAME }} -p ${{ secrets.DOCKER_PASSWORD }} && docker image pull registry.rokoh.com/plushealthtech:latest - docker run -d -p 2000:80 --restart=always --name plushealthtech registry.rokoh.com/plushealthtech + docker run -d -p 7000:80 --restart=always --name plushealthtech registry.rokoh.com/plushealthtech docker image prune -f - name: Prune Docker resources diff --git a/plushealthtech/.gitea/workflows/default.yml b/plushealthtech/.gitea/workflows/default.yml index 397d745..fa84b98 100644 --- a/plushealthtech/.gitea/workflows/default.yml +++ b/plushealthtech/.gitea/workflows/default.yml @@ -39,7 +39,7 @@ jobs: docker image rm plushealthtech:latest fi docker login registry.rokoh.com -u ${{ secrets.DOCKER_USERNAME }} -p ${{ secrets.DOCKER_PASSWORD }} && docker image pull registry.rokoh.com/plushealthtech:latest - docker run -d -p 2000:80 --restart=always --name plushealthtech registry.rokoh.com/plushealthtech + docker run -d -p 7000:80 --restart=always --name plushealthtech registry.rokoh.com/plushealthtech docker image prune -f - name: Prune Docker resources