connect to mysql docker network

master
djabsher 2023-07-29 17:41:17 +00:00
parent c420043ba3
commit 2603f5208a
1 changed files with 1 additions and 0 deletions

View File

@ -12,6 +12,7 @@ steps:
- docker build --tag ofb_angular .
- docker rm -f ofb_angular || true
- docker run --name=ofb_angular --network=proxy --restart always -v /root/apps/ofb/media:/media -d ofb_angular
- docker network connect mysql ofb_angular
volumes: