gitea: fix compose file
This commit is contained in:
parent
ff177fdb6e
commit
b1be426013
|
|
@ -42,8 +42,8 @@ services:
|
|||
restart: always
|
||||
environment:
|
||||
POSTGRES_USER: gitea
|
||||
POSTGRES_PASSWORD: gitea
|
||||
POSTGRES_DB: ${DB_PW}
|
||||
POSTGRES_PASSWORD: ${DB_PW}
|
||||
POSTGRES_DB: gitea
|
||||
volumes:
|
||||
- db:/var/lib/postgresql/data
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue