Add restart directive on example docker-compose.yml
This commit is contained in:
parent
3b682d6179
commit
354430be81
1 changed files with 1 additions and 0 deletions
|
@ -2,6 +2,7 @@ version: "3"
|
|||
|
||||
services:
|
||||
status-page:
|
||||
restart: unless-stopped
|
||||
image: "status-page"
|
||||
environment:
|
||||
ADDITIONAL_STYLES: "example"
|
||||
|
|
Loading…
Reference in a new issue