Add in a unless stopped instruction
This commit is contained in:
parent
d6f3687abb
commit
24ecf87d08
1 changed files with 2 additions and 0 deletions
|
@ -4,11 +4,13 @@ services:
|
|||
linuxbuilder:
|
||||
image: git.zontreck.com/ariascreations/buildenvironments:linux
|
||||
container_name: linuxbuilder
|
||||
restart: unless-stopped
|
||||
networks:
|
||||
- buildenv
|
||||
linuxfs:
|
||||
image: git.zontreck.com/ariascreations/buildenvironments:linuxfs
|
||||
container_name: linuxfs
|
||||
restart: unless-stopped
|
||||
networks:
|
||||
- buildenv
|
||||
|
||||
|
|
Loading…
Reference in a new issue