0
0
Fork 0
mirror of https://codeberg.org/forgejo/docs.git synced 2024-11-21 17:36:59 -05:00

Fix lint issue

This commit is contained in:
Rik Huijzer 2024-03-07 18:21:29 +01:00
parent 345765e21f
commit 1288f10550

View file

@ -127,7 +127,7 @@ services:
To also mount a locally defined `app.ini`, add
```yaml
- ./app.ini:/etc/gitea/app.ini
- ./app.ini:/etc/gitea/app.ini
```
to `volumes`.