Restart Gogs service

This commit is contained in:
Kos-M 2021-02-01 20:31:30 +02:00 committed by GitHub
parent aa9b348a7e
commit 0f3870640b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17,6 +17,7 @@ If you find something not displayed good , feel free to contribute
- ````mv ./GogsThemes/themes/ custom/public/css/````
- ````cp -r GogsThemes/img/ custom/public/````
- ```rm -r ./GogsThemes```
- ``` Restart Gogs service : service gogs restart ```
## Dark
- ````cd $GOGS_ROOT````
@ -27,6 +28,7 @@ If you find something not displayed good , feel free to contribute
- ````mv ./GogsThemes/themes/ custom/public/css/````
- ````cp -r GogsThemes/img/ custom/public/````
- ```rm -r ./GogsThemes```
- ``` Restart Gogs service : service gogs restart ```
## Note: Running GOGS in Docker
If you are running gogs in Docker, the "custom" folder path will actually be in a volume or bind mount, depending on how you set up your container at creation time.