auto start container

This commit is contained in:
Ruben van de Ven 2022-03-15 17:57:31 +01:00
parent fd881a0745
commit f1a077da50
1 changed files with 1 additions and 0 deletions

View File

@ -2,6 +2,7 @@ version: '3'
services: services:
svganim: svganim:
image: svganim image: svganim
restart: always
build: build:
context: . context: .
dockerfile: ./Dockerfile dockerfile: ./Dockerfile