fixed missing network definition as external
This commit is contained in:
parent
5e2bb717a2
commit
2459a8bc21
1 changed files with 5 additions and 1 deletions
|
|
@ -31,4 +31,8 @@ services:
|
||||||
volumes:
|
volumes:
|
||||||
- gluetun:/gluetun
|
- gluetun:/gluetun
|
||||||
networks:
|
networks:
|
||||||
- coolify
|
- coolify
|
||||||
|
|
||||||
|
networks:
|
||||||
|
coolify:
|
||||||
|
external: true
|
||||||
Loading…
Reference in a new issue