Updated paste of docker-compose.yml
This commit is contained in:
parent
40b1f69ffb
commit
e73d917430
@ -1,8 +1,12 @@
|
|||||||
version: "3.8"
|
version: "3.8"
|
||||||
|
|
||||||
networks:
|
networks:
|
||||||
deltachunk-ext: {}
|
deltachunk-ext:
|
||||||
deltachunk-int: {}
|
driver_opts:
|
||||||
|
com.docker.network.bridge.host_binding_ipv4: "127.0.0.1"
|
||||||
|
deltachunk-int:
|
||||||
|
driver_opts:
|
||||||
|
com.docker.network.bridge.host_binding_ipv4: "127.0.0.1"
|
||||||
|
|
||||||
services:
|
services:
|
||||||
nginx:
|
nginx:
|
||||||
|
Loading…
Reference in New Issue
Block a user