gatus. restart: unless-stopped.

This commit is contained in:
Alexey Skobkin 2022-02-03 17:46:23 +03:00
parent da7302d6d3
commit cc63037475
No known key found for this signature in database
GPG Key ID: 5D5CEF6F221278E7
1 changed files with 2 additions and 1 deletions

View File

@ -9,4 +9,5 @@ services:
- ./config.yaml:/config/config.yaml:ro
- ./data:/data/
env_file: .env
user: '${HOST_USER:-0}'
restart: unless-stopped
user: '${HOST_USER:-0}'