Update docker-compose.yml

This commit is contained in:
2023-11-09 01:55:24 +06:00
committed by GitHub
parent eef2bfce14
commit ba3d054f0f

View File

@@ -11,12 +11,14 @@ services:
POSTGRES_DB: "test"
volumes:
- "./db/:/var/lib/postgresql/data"
- "/etc/timezone:/etc/timezone:ro"
plaguposter:
image: insanusmokrassar/plaguposter:latest
container_name: "plaguposter"
restart: "unless-stopped"
volumes:
- "./config.json:/config.json"
- "/etc/timezone:/etc/timezone:ro"
depends_on:
- "plaguposter_postgres"
links: