Skip to content

Commit

Permalink
Fix typo in gitea-postgres README
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
winter0mute committed Mar 29, 2020
1 parent 78d807c commit ff5768a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gitea-postgres/README.md
Expand Up @@ -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
Expand Down Expand Up @@ -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
```
```

0 comments on commit ff5768a

Please sign in to comment.