mirror of
https://github.com/kou029w/fogtype.com
synced 2025-01-18 08:05:02 +00:00
miniflux/miniflux のバージョンアップに伴い起動に失敗していたので修正
This commit is contained in:
parent
dfb4eeb7ca
commit
3431e19ac8
1 changed files with 1 additions and 0 deletions
|
@ -18,6 +18,7 @@ services:
|
|||
environment:
|
||||
LISTEN_ADDR: /tmp/miniflux.sock
|
||||
DATABASE_URL: postgresql://postgres:${POSTGRES_PASSWORD}@/postgres?host=/tmp/postgresql
|
||||
RUN_MIGRATIONS: "1"
|
||||
volumes:
|
||||
- minicharge_tmp:/tmp
|
||||
- postgres_tmp:/tmp/postgresql
|
||||
|
|
Loading…
Add table
Reference in a new issue