mirror of
https://codeberg.org/catask-org/catask.git
synced 2025-04-20 13:53:42 -05:00
configure ipam in networks
This commit is contained in:
parent
2df2c2f6c1
commit
245f0df6eb
1 changed files with 4 additions and 3 deletions
|
@ -39,9 +39,10 @@ services:
|
||||||
|
|
||||||
networks:
|
networks:
|
||||||
catask:
|
catask:
|
||||||
driver: bridge
|
ipam:
|
||||||
driver_opts:
|
driver: bridge
|
||||||
com.docker.network.bridge.host_binding_ipv4: 127.0.0.1
|
config:
|
||||||
|
- subnet: 255.0.0.0/24
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
db-data:
|
db-data:
|
Loading…
Add table
Reference in a new issue