fd
This commit is contained in:
parent
eb44a7ce8e
commit
93b3c15399
1 changed files with 5 additions and 5 deletions
10
joplin.yaml
10
joplin.yaml
|
|
@ -8,16 +8,16 @@ services:
|
|||
volumes:
|
||||
- /DockerVol/joplindb:/var/lib/postgresql/data
|
||||
restart: unless-stopped
|
||||
user: "1001:998"
|
||||
networks:
|
||||
- netgrimoire
|
||||
environment:
|
||||
- POSTGRES_PASSWORD=postgres
|
||||
- POSTGRES_USER=postgres
|
||||
- POSTGRES_DB=joplin
|
||||
- PUID=999
|
||||
- PGID=1001
|
||||
- PUID=1001
|
||||
- PGID=998
|
||||
- TZ=America/Chicago
|
||||
user: "1001:998"
|
||||
deploy:
|
||||
placement:
|
||||
constraints:
|
||||
|
|
@ -35,8 +35,8 @@ services:
|
|||
networks:
|
||||
- netgrimoire
|
||||
environment:
|
||||
- PUID=999
|
||||
- PGID=1001
|
||||
- PUID=1001
|
||||
- PGID=998
|
||||
- TZ=America/Chicago
|
||||
- APP_PORT=22300
|
||||
- APP_BASE_URL=https://joplin.netgrimoire.com
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue