mirror of
https://github.com/wahyd4/home-docker.git
synced 2026-08-27 21:25:50 +10:00
11 lines
205 B
YAML
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
|