stack_joplin_server.yaml aktualisiert
Changed the mountpoint to work with a shared folder on /volume1 as well as port 5433 externally once you already have a PostgreSQL-instance running on your NAS.
This commit is contained in:
parent
6918bd9817
commit
54a2fd730b
1 changed files with 2 additions and 2 deletions
|
@ -4,9 +4,9 @@ services:
|
|||
restart: unless-stopped
|
||||
image: postgres:latest
|
||||
ports:
|
||||
- "5432:5432"
|
||||
- "5433:5432"
|
||||
volumes:
|
||||
- /opt/joplin-server:/var/lib/postgresql/data
|
||||
- /volume1/docker/joplin-server:/var/lib/postgresql/data
|
||||
environment:
|
||||
- POSTGRES_PASSWORD=yourdbpassword
|
||||
- POSTGRES_USER=joplin
|
||||
|
|
Loading…
Add table
Reference in a new issue