Delete unused network

This commit is contained in:
jose-rZM
2025-12-20 18:45:02 +01:00
parent 1474ae1885
commit 48263e6f01

View File

@@ -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