Update volumes for docker-compose file
Signed-off-by: William Brawner <me@wbrawner.com>
This commit is contained in:
parent
73490f25a7
commit
5cd690d268
1 changed files with 2 additions and 1 deletions
|
@ -6,7 +6,8 @@ services:
|
|||
- "22:22"
|
||||
- "80:80"
|
||||
volumes:
|
||||
- "./ssh-config:/git/.ssh"
|
||||
- "./cgit-config:/etc/cgit.d"
|
||||
- "./ssh:/etc/ssh"
|
||||
- "./git.home:/git"
|
||||
- "./repos:/pub/git"
|
||||
|
||||
|
|
Loading…
Reference in a new issue