mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
feat(docker): allow user-customizable ssh host keys
There is a new ./data bind mount used here. If ssh_host_* keys are in ./data when the git service starts, they'll override the container-generated host keys. Signed-off-by: Kevin Morris <kevr@0cost.org>
This commit is contained in:
parent
233d25b1c3
commit
ba3ef742ce
2 changed files with 8 additions and 0 deletions
|
@ -18,6 +18,7 @@ services:
|
|||
restart: always
|
||||
volumes:
|
||||
- ${GIT_DATA_DIR}:/aurweb/aur.git
|
||||
- ./data:/aurweb/data
|
||||
- cache:/cache
|
||||
|
||||
smartgit:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue