Files
home-docker/db/docker-compose.yaml
T
2019-07-12 13:25:23 +08:00

11 lines
205 B
YAML

postgres:
image: postgres:11
restart: unless-stopped
ports:
- 54322:5432
volumes:
- /mnt/data:/var/lib/postgresql/data
environment:
POSTGRES_PASSWORD: "@wahyd4"
POSTGRES_DB: home