File upload failed. #7682
Unanswered
wisestruct
asked this question in
Error / Bug Report
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
services:
db:
image: postgres:13.4-alpine
environment:
POSTGRES_DB: wikidb
POSTGRES_PASSWORD: 123123
POSTGRES_USER: kwiki
logging:
driver: "none"
restart: always
wiki:
image: ghcr.io/requarks/wiki
depends_on:
- db
environment:
DB_TYPE: postgres
DB_HOST: db
DB_PORT: 5432
DB_USER: kwiki
DB_PASS: 123123
DB_NAME: wikidb
restart: always
ports:
- 2078:3000
Beta Was this translation helpful? Give feedback.
All reactions