Skip to content
This repository was archived by the owner on Jul 18, 2024. It is now read-only.

Commit 67c1b0b

Browse files
loafyloafanimeshsingh
authored andcommitted
fix docker-compose.yml link (#18)
* fix docker-compose.yml link * link is one level above, not two
1 parent 9be8207 commit 67c1b0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/deploy-with-docker.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ $ sudo docker rm gitlab
3434

3535
## Multiple Container deployment via Docker Compose
3636

37-
It's easy to connect gitlab to external PostgreSQL and Redis services by making a few tweaks to the environment variables passed to the gitlab container. In the root of this repo is a [docker-compose.yml](docker-compose.yml) file which will demonstrate a multiple container deployment that you can run locally or against a remote docker server.
37+
It's easy to connect gitlab to external PostgreSQL and Redis services by making a few tweaks to the environment variables passed to the gitlab container. In the root of this repo is a [docker-compose.yml](../docker-compose.yml) file which will demonstrate a multiple container deployment that you can run locally or against a remote docker server.
3838

3939
### Deploy
4040

0 commit comments

Comments
 (0)