This commit is contained in:
Mael G. 2024-12-29 22:23:42 +01:00
parent ad996a6aa0
commit 4e805c95c9

View file

@ -1,3 +1,7 @@
networks:
default:
enable_ipv6: true
volumes:
agent:
driver: local
@ -17,3 +21,6 @@ services:
volumes:
- agent:/etc/woodpecker
- /var/run/docker.sock:/var/run/docker.sock
- /etc/timezone:/etc/timezone:ro
networks:
- default