Dane
cbc14df16a
Add docs on passing SSH through to container ( #5019 )
...
* Add docs on passing SSH through to container
Wasn't clear how to pass SSH connections through the container, found a
few blog posts which described roughly the same procedure I've
documented here.
Credit should really go to:
* https://blog.sakuragawa.moe/gitea-in-docker-container-and-sharing-ssh-with-host/
* http://www.ateijelo.com/blog/2016/07/09/share-port-22-between-docker-gogs-ssh-and-local-system
Signed-off-by: Dane Elwell <dane.elwell@ukfast.co.uk>
* Add note to resolve @lafriks feedback
2019-01-05 12:53:23 -05:00
Ryan Halliday
d9b0b7f56e
Notes on upgrading docker installation ( #5395 )
...
* Notes on upgrading docker installation
Basis from [gogs/gogs](https://github.com/gogs/gogs/blob/master/docker/README.md )
* Feedback from @sapk to use docker-compose only
2018-11-25 20:51:02 -05:00
Paul Strickland
8a9e44d181
Update with-docker.en-us.md ( #5203 )
...
Improve grammar in second paragraph.
2018-10-27 23:18:55 -04:00
Dane
513db27377
Add missing envionment vars for DB with Docker ( #5007 )
...
Current docs demonstrate how to configure a database container but don't
explicitly specify that you should add additional environment variables
to the Gitea container to make it use the database. This just
demonstrates the changes required.
Signed-off-by: Dane Elwell <dane.elwell@ukfast.co.uk>
2018-10-03 17:16:48 +03:00
Wyall
dab02b80fd
ADD: Hint to function of docker version tags ( #4967 )
...
I wasn't sure about how tags work, maybe this is interesting for people with less knowledge of docker.
2018-09-21 09:43:31 +08:00
Richard Coleman
212fef0866
Add details about USER_UID and USER_GID environment variables ( #4301 )
2018-06-23 22:55:48 -04:00
Daniel Peukert
b9be49cd96
Minor 'Installation with Docker' docs page fix ( #4122 )
2018-06-05 02:08:56 +03:00
Fluf
b299d7bceb
Add Environment Variables to Docker template ( #4012 )
...
* Add disable registration as an environment variable
for docker
* Add REQUIRE_SIGNIN_VIEW as env var to docker
* Add variables to template
* Update docker docs
2018-05-23 23:31:12 +08:00
kolaente
9f7c4d92c9
Added explanation for docker environment variables to docs ( #3804 )
2018-04-17 08:56:28 +08:00
Richard Coleman
869d73a25c
Add info from #2286 , minor fixes to YAML indentation ( #3338 )
...
* Add info from #2286 , minor fixes to YAML indentation
* Add space to make YAML valid again
2018-02-15 19:56:10 -06:00
Michael Lustfield
3ee8be3849
General documentation cleanup ( #3317 )
...
* Clean up spelling, grammar, perspective, whitespace, language, markup, etc.
2018-01-08 23:48:42 +01:00
bibaijin
e2968b4c98
add quotation around ports in docker-compose.yml ( #3090 )
2017-12-05 14:03:40 +08:00
Lunny Xiao
d517b56682
add notice for docker run gitea http port issue ( #3020 )
2017-11-30 19:18:35 +08:00
techknowlogick
fb5c6b6444
Import docs into main repository ( #2874 )
...
* import docs into main repository
Signed-off-by: Matti Ranta <matti@mdranta.net>
2017-11-26 23:44:32 +02:00