Add linuxfs to docker compose
This commit is contained in:
parent
4e674ed73f
commit
53d46c078d
1 changed files with 4 additions and 0 deletions
|
@ -5,6 +5,10 @@ services:
|
||||||
image: git.zontreck.com/ariascreations/buildenvironments:linux
|
image: git.zontreck.com/ariascreations/buildenvironments:linux
|
||||||
networks:
|
networks:
|
||||||
- buildenv
|
- buildenv
|
||||||
|
linuxfs:
|
||||||
|
image: git.zontreck.com/ariascreations/buildenvironments:linuxfs
|
||||||
|
networks:
|
||||||
|
- buildenv
|
||||||
|
|
||||||
networks:
|
networks:
|
||||||
buildenv:
|
buildenv:
|
Loading…
Add table
Add a link
Reference in a new issue