fix ipv6
This commit is contained in:
parent
ad996a6aa0
commit
4e805c95c9
1 changed files with 7 additions and 0 deletions
|
@ -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
|
Loading…
Add table
Reference in a new issue