From ff5768a59ae53f91e3527553313ea8bd8edc8ae3 Mon Sep 17 00:00:00 2001 From: winter0mute Date: Sat, 28 Mar 2020 11:05:08 +0100 Subject: [PATCH] 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 --- gitea-postgres/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gitea-postgres/README.md b/gitea-postgres/README.md index a5a5374..02a8089 100644 --- a/gitea-postgres/README.md +++ b/gitea-postgres/README.md @@ -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 -``` \ No newline at end of file +```