This commit is contained in:
mathieu 2024-05-31 20:23:19 +02:00
parent 03a28926ee
commit 67bf4f7472

View File

@ -5,8 +5,7 @@ services:
image: postgres:15 image: postgres:15
volumes: volumes:
- /volume1/docker/joplin/db:/var/lib/postgresql/data - /volume1/docker/joplin/db:/var/lib/postgresql/data
ports:
- "5432:5432"
restart: unless-stopped restart: unless-stopped
environment: environment:
- POSTGRES_PASSWORD=postgres - POSTGRES_PASSWORD=postgres