Add restart directive on example docker-compose.yml

This commit is contained in:
Sofía Aritz 2023-11-01 11:30:06 +01:00
parent 3b682d6179
commit 354430be81
Signed by: sofia
GPG key ID: 90B5116E3542B28F

View file

@ -2,6 +2,7 @@ version: "3"
services:
status-page:
restart: unless-stopped
image: "status-page"
environment:
ADDITIONAL_STYLES: "example"