auto start container
This commit is contained in:
parent
fd881a0745
commit
f1a077da50
1 changed files with 1 additions and 0 deletions
|
@ -2,6 +2,7 @@ version: '3'
|
||||||
services:
|
services:
|
||||||
svganim:
|
svganim:
|
||||||
image: svganim
|
image: svganim
|
||||||
|
restart: always
|
||||||
build:
|
build:
|
||||||
context: .
|
context: .
|
||||||
dockerfile: ./Dockerfile
|
dockerfile: ./Dockerfile
|
||||||
|
|
Loading…
Reference in a new issue