Actualiser joplin/docker-compose.yml
This commit is contained in:
parent
bdecd94e2c
commit
d9e3cd7f0b
1 changed files with 0 additions and 4 deletions
|
|
@ -5,8 +5,6 @@ services:
|
|||
container_name: joplin-postgres
|
||||
volumes:
|
||||
- /srv/appdata/joplpin/joplindb:/var/lib/postgresql/data
|
||||
ports:
|
||||
- "5432:5432"
|
||||
restart: unless-stopped
|
||||
environment:
|
||||
- POSTGRES_PASSWORD=<strong password>
|
||||
|
|
@ -19,8 +17,6 @@ services:
|
|||
container_name: joplin-app
|
||||
depends_on:
|
||||
- db
|
||||
ports:
|
||||
- "22300:22300"
|
||||
restart: unless-stopped
|
||||
environment:
|
||||
- APP_PORT=22300
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue