Merge pull request #1483 from Alexandre-Gliganic/master

Add automatic restart for docker-compose.yml
This commit is contained in:
Louis Lam
2022-04-12 22:39:29 +08:00
committed by GitHub

View File

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