fix: 'restart always' instruction is in wrong position (#468)

This commit is contained in:
Rafael Firmino 2022-02-03 10:27:27 -03:00 committed by GitHub
parent d943d5cc61
commit 80f01074fa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,7 +1,7 @@
version: '3.1'
services:
restart: always
casdoor:
restart: always
build:
context: ./
dockerfile: Dockerfile