changed networking settings
This commit is contained in:
parent
32f3b77c3c
commit
26befacb87
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
version: '3.4'
|
||||
|
||||
networks:
|
||||
lbrynet
|
||||
lbrynet:
|
||||
external: true
|
||||
|
||||
services:
|
||||
|
@ -13,7 +13,7 @@ services:
|
|||
restart: always
|
||||
networks:
|
||||
lbrynet
|
||||
ipv4_address: 10.10.0.3
|
||||
ipv4_address: 10.10.0.4
|
||||
labels:
|
||||
- "traefik.expose=false"
|
||||
ports:
|
||||
|
|
Loading…
Reference in a new issue