Updated paste of docker-compose.yml

This commit is contained in:
Trey Blancher 2021-08-19 21:34:41 -04:00
parent 40b1f69ffb
commit e73d917430
1 changed files with 6 additions and 2 deletions

View File

@ -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: