ensure containers restart on reboot

This commit is contained in:
Matthew Ryan Dillon 2025-09-22 06:10:14 -04:00
parent df166fd31f
commit 611bc318fd

View file

@ -1,6 +1,7 @@
services:
miniflux:
image: miniflux/miniflux:latest
restart: unless-stopped
ports:
- "8888:8080"
depends_on:
@ -16,6 +17,7 @@ services:
db:
image: postgres:17-alpine
restart: unless-stopped
environment:
- POSTGRES_USER=miniflux
- POSTGRES_PASSWORD=secret
@ -31,6 +33,7 @@ services:
build:
context: ./
dockerfile: Dockerfile
restart: unless-stopped
ports:
- "8887:8887"
environment: