Add restart directive on example docker-compose.yml
This commit is contained in:
parent
354430be81
commit
cb7330c83f
2 changed files with 2 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -1,5 +1,6 @@
|
|||
# Application specific
|
||||
database/database.json
|
||||
public/additional
|
||||
|
||||
# Based on https://raw.githubusercontent.com/github/gitignore/main/Node.gitignore
|
||||
|
||||
|
|
|
@ -2,6 +2,7 @@ version: "3"
|
|||
|
||||
services:
|
||||
status-page:
|
||||
restart: unless-stopped
|
||||
image: "git.sofiaritz.com/infrastructure/status-page:latest"
|
||||
# environment:
|
||||
# This contains the .css filename inside the ./styles folder. This is a comma-separated list
|
||||
|
|
Loading…
Reference in a new issue