Attach frontend container to gitea network
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
@@ -21,4 +21,4 @@ steps:
|
||||
image: docker.m.daocloud.io/library/docker:27-cli
|
||||
commands:
|
||||
- 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
|
||||
|
||||
Reference in New Issue
Block a user