跳转到内容
View in the app

A better way to browse. Learn more.

彼岸论坛

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.
欢迎抵达彼岸 彼岸花开 此处谁在 -彼岸论坛

[NAS] 求助: docker 安装 joplin 如何使用现有的 postgresql

发表于
目前要安装 joplin ,需要使用到 postgresql ,但 postgresql 之前安装 immich 时已有了,如下:
```
docker run -d \
--name=postgres14 \
-e POSTGRES_USER=postgres \
-e POSTGRES_PASSWORD=postgres \
-e POSTGRES_DB=postgres_db \
-v /usr/local/etc/docker/postgresql:/var/lib/postgresql/data \
-p 5432:5432 \
tensorchord/pgvecto-rs:pg14-v0.2.0
```

那么在安装 joplin 时,如何连这个 postgresql ?
docker-cli 如下,哪位高手帮修改下,谢谢!

```
docker run -d \
--name joplin-server \
-p 22300:22300 \
-e APP_PORT=22300 \
-e APP_BASE_URL=http://10.0.0.3 \
-e DB_CLIENT=pg \
-e POSTGRES_PASSWORD=postgres \
-e POSTGRES_DATABASE=joplin_db \
-e POSTGRES_USER=postgres \
-e POSTGRES_PORT=5432 \
-e POSTGRES_HOST=10.0.0.3 \
joplin/server:latest
```

Featured Replies

No posts to show

创建帐户或登录来提出意见

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.