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:
|
volumes:
|
||||||
agent:
|
agent:
|
||||||
driver: local
|
driver: local
|
||||||
|
@ -17,3 +21,6 @@ services:
|
||||||
volumes:
|
volumes:
|
||||||
- agent:/etc/woodpecker
|
- agent:/etc/woodpecker
|
||||||
- /var/run/docker.sock:/var/run/docker.sock
|
- /var/run/docker.sock:/var/run/docker.sock
|
||||||
|
- /etc/timezone:/etc/timezone:ro
|
||||||
|
networks:
|
||||||
|
- default
|
Loading…
Add table
Add a link
Reference in a new issue