Merge branch 'WalkxCode:main' into main

This commit is contained in:
NULL 2021-10-17 12:13:10 +02:00 committed by GitHub
commit e6efc729c9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 11 additions and 2 deletions

View File

@ -65,12 +65,21 @@ You can find this directory by running
$ sudo docker inspect -f '{{ .Mounts }}' homer
```
**Before moving the folder, make sure to create a backup. You can do this by running**
```sh
$ sudo mv /homer/www/assets /homer/www/assets-backup
```
_Make sure you replace `/homer/www/assets` with the location of **your homers** www folder._
Move the folder by running
```sh
$ sudo mv assets /homer/www
```
_Make sure you replace `/homer/www` with the location of **your** www folder._
_Make sure you replace `/homer/www` with the location of **your homers** www folder._
### Go to your Homers IP and port and see the result!
#### Go to your Homers IP and port and see the result!
#### If it all works, start adding your services! And for more configuration check the [extra-configuration](docs/extra-configuration.md) page!