Updated paste of docker-compose.yml
This commit is contained in:
parent
40b1f69ffb
commit
e73d917430
@ -1,8 +1,12 @@
|
||||
version: "3.8"
|
||||
|
||||
networks:
|
||||
deltachunk-ext: {}
|
||||
deltachunk-int: {}
|
||||
deltachunk-ext:
|
||||
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:
|
||||
nginx:
|
||||
|
Loading…
Reference in New Issue
Block a user