fix(forgejo): correct db password (#1318)
This commit is contained in:
parent
f21c9b255f
commit
442717e71a
|
@ -11,7 +11,7 @@ services:
|
|||
- FORGEJO__database__HOST=forgejo-db:5432
|
||||
- FORGEJO__database__NAME=forgejo
|
||||
- FORGEJO__database__USER=forgejo
|
||||
- FORGEJO__database__PASSWD=forgejo
|
||||
- FORGEJO__database__PASSWD=${FORGEJO_DB_PASSWORD}
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- ${APP_DATA_DIR}/data/forgejo:/data
|
||||
|
|
Loading…
Reference in New Issue
Block a user