fix: wrong network
This commit is contained in:
@@ -25,10 +25,10 @@ services:
|
||||
diun.enable: true
|
||||
networks:
|
||||
- monitoring
|
||||
- proxy
|
||||
- dmz
|
||||
|
||||
networks:
|
||||
monitoring:
|
||||
external: true
|
||||
proxy:
|
||||
dmz:
|
||||
external: true
|
||||
|
||||
@@ -4,7 +4,7 @@ services:
|
||||
image: lscr.io/linuxserver/code-server
|
||||
restart: unless-stopped
|
||||
networks:
|
||||
- proxy
|
||||
- dmz
|
||||
volumes:
|
||||
- ./appconf:/config
|
||||
environment:
|
||||
@@ -22,5 +22,5 @@ services:
|
||||
diun.enable: true
|
||||
|
||||
networks:
|
||||
proxy:
|
||||
dmz:
|
||||
external: true
|
||||
@@ -15,11 +15,11 @@ services:
|
||||
- DIUN_WATCH_JITTER=30s
|
||||
- DIUN_PROVIDERS_DOCKER=true
|
||||
networks:
|
||||
- proxy
|
||||
- dmz
|
||||
labels:
|
||||
# Diun
|
||||
diun.enable: true
|
||||
|
||||
networks:
|
||||
proxy:
|
||||
dmz:
|
||||
external: true
|
||||
|
||||
Reference in New Issue
Block a user