Master commit next.
All checks were successful
Gitea CI/CD / build (push) Successful in 24s

This commit is contained in:
clive
2024-05-06 23:51:06 +10:00
parent 178a563a30
commit 8dafb6c804

View File

@@ -36,4 +36,4 @@ jobs:
docker pull registry.rokoh.com/rokoh:latest docker pull registry.rokoh.com/rokoh:latest
docker stop rokoh || true docker stop rokoh || true
docker rm rokoh || true docker rm rokoh || true
docker run -d --name rokoh -p 6000:80 registry.rokoh.com/rokoh:latest docker run -d -p 2000:80 --restart=always --name rokoh registry.rokoh.com/rokoh