These are some guides for various use.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

19 lines
866 B

  1. # git-server-docker
  2. This is a dockerized version of a git server.
  3. The official container and documentation was made by [jkarlos](https://hub.docker.com/r/jkarlos/git-server-docker).
  4. ## Volumes
  5. Set the following volumes with the -v tag.
  6. | Volume-Name | Container mount | Description |
  7. | ---------------- | ----------------- | --------------------------- |
  8. | git-server-repos | /git-server/repos | storage for git repos |
  9. | git-server-keys | /git-server/keys | storage for user ssh keys |
  10. ## Ports
  11. Set the following ports with the -p tag.
  12. | Container Port | Recommended outside port | Protocol | Description |
  13. | -------------- | ------------------------ | -------- | ------------------------------------- |
  14. | 22 | 2222 | TCP | ssh port for accessing the git server |