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
|
||||
networks:
|
||||
- buildenv
|
||||
linuxfs:
|
||||
image: git.zontreck.com/ariascreations/buildenvironments:linuxfs
|
||||
networks:
|
||||
- buildenv
|
||||
|
||||
networks:
|
||||
buildenv:
|
Loading…
Reference in a new issue