Fix typo in gitea-postgres README

In the gitea-postgres README.md a nextcloud container was referenced instead of gitea, most likely it was copied from the nextcloud description.

Signed-off-by: winter0mute <stratocraft@gmail.com>
This commit is contained in:
winter0mute 2020-03-28 11:05:08 +01:00
parent 78d807cb84
commit ff5768a59a
1 changed files with 2 additions and 2 deletions

View File

@ -23,7 +23,7 @@ services:
...
```
When deploying this setup, docker-compose maps the nextcloud container port 3000 to
When deploying this setup, docker-compose maps the gitea container port 3000 to
the same port of the host as specified in the compose file.
## Deploy with docker-compose
@ -64,4 +64,4 @@ $ docker-compose down
To remove all Gitea data, delete the named volumes by passing the `-v` parameter:
```
$ docker-compose down -v
```
```