This commit is contained in:
Tomasz Borychowski
2021-01-25 16:02:35 +00:00
parent 54742fbe06
commit 4c917eea87
7 changed files with 83 additions and 77 deletions

View File

@@ -64,7 +64,7 @@ services:
## Tips & Tricks
#### Remove the footer
After starting the container run:
After starting the container (before opening the site in the browser!) run:
```sh
docker-compose exec -u root invidious sh -c "echo \".footer{display:none;}\" >> /invidious/assets/css/default.css"
```