modified: .gitea/workflows/ deploy-to-homesrv.yml
All checks were successful
/ deploy-docker-image (push) Successful in 9s
/ deploy-to-homesrv01 (push) Successful in 9s

This commit is contained in:
2024-12-29 22:55:07 +00:00
parent 1667f5e8a2
commit 6abd2b04cb

View File

@@ -10,4 +10,4 @@ jobs:
uses: actions/checkout@v2
- name: docker compose up
run: cd ${{ github.workspace }} && docker compose up -d -f
run: cd ${{ github.workspace }} && LISTENER_PORT=1883 ALLOW_ANONYMOUS=true docker compose up -d --build