updated docker compose to restart webserver on restart
This commit is contained in:
@@ -27,7 +27,7 @@ services:
|
||||
depends_on:
|
||||
db:
|
||||
condition: service_healthy
|
||||
restart: on-failure
|
||||
restart: unless-stopped
|
||||
|
||||
prometheus:
|
||||
image: prom/prometheus:latest
|
||||
|
||||
Reference in New Issue
Block a user