add docker documentation for customizations
This commit is contained in:
parent
8287943cff
commit
49e21cce24
16
README.md
16
README.md
@ -177,6 +177,22 @@ Crimson includes custom styles, images, and views.
|
||||
| -------- | ---------- | ------------ |
|
||||
|  |  | 
|
||||
|
||||
#### Usage with Docker:
|
||||
|
||||
If you're using Docker, make sure `/kutt/custom` volume is mounted or you have access to it. [View Docker compose example →](https://github.com/thedevs-network/kutt/blob/main/docker-compose.yml#L7)
|
||||
|
||||
Then, move your files to that volume. You can do it with this Docker command:
|
||||
|
||||
```sh
|
||||
docker cp <path-to-custom-folder> <kutt-container-name>:/kutt
|
||||
```
|
||||
|
||||
For example:
|
||||
|
||||
```sh
|
||||
docker cp custom kutt-server-1:/kutt
|
||||
```
|
||||
|
||||
## Browser extensions
|
||||
|
||||
Download Kutt's extension for web browsers via below links.
|
||||
|
Loading…
x
Reference in New Issue
Block a user