Delete unused network

This commit is contained in:
2025-12-20 18:45:02 +01:00
parent eb385a70ff
commit 0425e1df77

View File

@@ -14,13 +14,8 @@ services:
- /var/run/docker.sock:/var/run/docker.sock
group_add:
- "${DOCKER_GID}"
networks:
- ci-net
restart: unless-stopped
volumes:
jenkins_home:
networks:
ci-net:
external: true