Add automatic restart docker-compose.yml

This commit is contained in:
Alexandre Gliganic 2022-04-12 16:09:01 +02:00 committed by GitHub
parent 4053b9db1f
commit 27861f0d14
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -11,3 +11,4 @@ services:
- ./uptime-kuma:/app/data
ports:
- 3001:3001
restart: always