changed network to array
This commit is contained in:
parent
2459a8bc21
commit
3d20c8cd4f
1 changed files with 2 additions and 2 deletions
|
|
@ -31,8 +31,8 @@ services:
|
||||||
volumes:
|
volumes:
|
||||||
- gluetun:/gluetun
|
- gluetun:/gluetun
|
||||||
networks:
|
networks:
|
||||||
- coolify
|
- array
|
||||||
|
|
||||||
networks:
|
networks:
|
||||||
coolify:
|
array:
|
||||||
external: true
|
external: true
|
||||||
Loading…
Reference in a new issue