1
0
Fork 0
mirror of https://github.com/kou029w/fogtype.com synced 2025-01-18 08:05:02 +00:00

miniflux/miniflux のバージョンアップに伴い起動に失敗していたので修正

This commit is contained in:
Nebel 2021-08-15 14:09:44 +09:00 committed by GitHub
parent dfb4eeb7ca
commit 3431e19ac8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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