chore: publish 2.0.0+1.18.0-rootless release
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
This commit is contained in:
8
release/2.0.0+1.18.0-rootless
Normal file
8
release/2.0.0+1.18.0-rootless
Normal file
@ -0,0 +1,8 @@
|
||||
This release adds the possibility to run gitea with postgres.
|
||||
Please add the following lines to your servers .env file!
|
||||
|
||||
```
|
||||
COMPOSE_FILE="compose.yml"
|
||||
COMPOSE_FILE="$COMPOSE_FILE:compose.mariadb.yml"
|
||||
# COMPOSE_FILE="$COMPOSE_FILE:compose.postgres.yml"
|
||||
```
|
Reference in New Issue
Block a user