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:
|
volumes:
|
||||||
- /DockerVol/joplindb:/var/lib/postgresql/data
|
- /DockerVol/joplindb:/var/lib/postgresql/data
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
user: "1001:998"
|
||||||
networks:
|
networks:
|
||||||
- netgrimoire
|
- netgrimoire
|
||||||
environment:
|
environment:
|
||||||
- POSTGRES_PASSWORD=postgres
|
- POSTGRES_PASSWORD=postgres
|
||||||
- POSTGRES_USER=postgres
|
- POSTGRES_USER=postgres
|
||||||
- POSTGRES_DB=joplin
|
- POSTGRES_DB=joplin
|
||||||
- PUID=999
|
- PUID=1001
|
||||||
- PGID=1001
|
- PGID=998
|
||||||
- TZ=America/Chicago
|
- TZ=America/Chicago
|
||||||
user: "1001:998"
|
|
||||||
deploy:
|
deploy:
|
||||||
placement:
|
placement:
|
||||||
constraints:
|
constraints:
|
||||||
|
|
@ -35,8 +35,8 @@ services:
|
||||||
networks:
|
networks:
|
||||||
- netgrimoire
|
- netgrimoire
|
||||||
environment:
|
environment:
|
||||||
- PUID=999
|
- PUID=1001
|
||||||
- PGID=1001
|
- PGID=998
|
||||||
- TZ=America/Chicago
|
- TZ=America/Chicago
|
||||||
- APP_PORT=22300
|
- APP_PORT=22300
|
||||||
- APP_BASE_URL=https://joplin.netgrimoire.com
|
- APP_BASE_URL=https://joplin.netgrimoire.com
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue