Delete unused network
This commit is contained in:
@@ -14,13 +14,8 @@ services:
|
|||||||
- /var/run/docker.sock:/var/run/docker.sock
|
- /var/run/docker.sock:/var/run/docker.sock
|
||||||
group_add:
|
group_add:
|
||||||
- "${DOCKER_GID}"
|
- "${DOCKER_GID}"
|
||||||
networks:
|
|
||||||
- ci-net
|
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
jenkins_home:
|
jenkins_home:
|
||||||
|
|
||||||
networks:
|
|
||||||
ci-net:
|
|
||||||
external: true
|
|
||||||
|
|||||||
Reference in New Issue
Block a user