docker: update README about "custom" directory (#5150)

pull/5159/head
Unknwon 2018-04-05 17:19:45 -04:00
parent 55f148f499
commit f41f5785bf
No known key found for this signature in database
GPG Key ID: 25B575AE3213B2B3
1 changed files with 4 additions and 0 deletions

View File

@ -36,6 +36,10 @@ Directory `/var/gogs` keeps Git repositories and Gogs data:
|-- data
|-- log
#### Custom Directory
The "custom" directory may not be obvious in Docker environment. The `/var/gogs/gogs` (in the host) and `/data/gogs` (in the container) is already the "custom" directory and you do not need to create another layer but directly edit corresponding files under this directory.
### Volume With Data Container
If you're more comfortable with mounting data to a data container, the commands you execute at the first time will look like as follows: