initial commit
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Sthope 2021-09-10 10:56:47 +02:00
parent cbd3eac827
commit 7468a242a4

View File

@ -75,4 +75,8 @@ services:
- hide_db_container=true
```
If you are running reverse proxy in same docker you might not need the `ports` in the stack, otherwise change them from the default.
Also before running the container, create the folders for Gitea and the DB and change the `volumes` to math.
Also before running the container, create the folders for Gitea and the DB and change the `volumes` to math.
<small>[Official Documentation](https://docs.gitea.io/en-us/install-with-docker/)</small>