소스 검색

Merge pull request #39 from winter0mute/fix-gitea-typo

Fix typo in gitea-postgres README
Guillaume LOURS 6 년 전
부모
커밋
58589727ff
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      gitea-postgres/README.md

+ 2 - 2
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
-```
+```