Attach frontend container to gitea network
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2026-06-20 00:33:32 +08:00
parent d0fbbb73b1
commit 1405e7a989

View File

@@ -21,4 +21,4 @@ steps:
image: docker.m.daocloud.io/library/docker:27-cli image: docker.m.daocloud.io/library/docker:27-cli
commands: commands:
- docker rm -f cdchen-frontend || true - docker rm -f cdchen-frontend || true
- docker run -d --name cdchen-frontend --restart unless-stopped -p 8088:80 cdchen-frontend:docker - docker run -d --name cdchen-frontend --restart unless-stopped --network gitea_default -p 8088:80 cdchen-frontend:docker