Merge pull request #1483 from Alexandre-Gliganic/master
Add automatic restart for docker-compose.yml
This commit is contained in:
commit
4df147786d
|
@ -11,3 +11,4 @@ services:
|
|||
- ./uptime-kuma:/app/data
|
||||
ports:
|
||||
- 3001:3001
|
||||
restart: always
|
||||
|
|
Loading…
Reference in New Issue