Forgot a few instructions in linuxfs docker image
This commit is contained in:
parent
53d46c078d
commit
699c55a826
2 changed files with 8 additions and 1 deletions
|
@ -3,10 +3,12 @@ version: "3"
|
|||
services:
|
||||
linuxbuilder:
|
||||
image: git.zontreck.com/ariascreations/buildenvironments:linux
|
||||
container_name: linuxbuilder
|
||||
networks:
|
||||
- buildenv
|
||||
linuxfs:
|
||||
image: git.zontreck.com/ariascreations/buildenvironments:linuxfs
|
||||
container_name: linuxfs
|
||||
networks:
|
||||
- buildenv
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue