fix
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
services:
|
||||
joplin-db:
|
||||
image: postgres:16-alpine
|
||||
image: postgres:16.11-alpine
|
||||
container_name: joplin-db
|
||||
restart: unless-stopped
|
||||
healthcheck:
|
||||
@@ -9,10 +9,11 @@ services:
|
||||
timeout: 5s
|
||||
retries: 5
|
||||
environment:
|
||||
- TZ=${TZ:-UTC}
|
||||
- TZ=${TZ:-Europe/Rome}
|
||||
- POSTGRES_PASSWORD=${POSTGRES_PASSWORD}
|
||||
- POSTGRES_USER=${POSTGRES_USER}
|
||||
- POSTGRES_DB=${POSTGRES_DB}
|
||||
- POSTGRES_INITDB_ARGS=--auth-host=scram-sha-256
|
||||
volumes:
|
||||
- joplin-db-data:/var/lib/postgresql/data
|
||||
networks:
|
||||
@@ -33,7 +34,7 @@ services:
|
||||
ports:
|
||||
- "${JOPLIN_PORT}:22300"
|
||||
environment:
|
||||
- TZ=${TZ}
|
||||
- TZ=${TZ:-Europe/Rome}
|
||||
- APP_PORT=22300
|
||||
- APP_BASE_URL=${APP_BASE_URL}
|
||||
- DB_CLIENT=pg
|
||||
|
||||
Reference in New Issue
Block a user