These are some guides for various use.
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
# Homer
This is a dockerized version of a homer server.The official container and documentation was made by [b4bz](https://hub.docker.com/r/b4bz/homer).
## Volumes
Set the following volumes with the -v tag.
| Volume-Name | Container mount | Description || ------------------------ | --------------- | ---------------------------------- || /current/dir/config.yml | /www/config.yml | configuration file for static page || homer | /www/assets | storage for icons, etc |
## Ports
Set the following ports with the -p tag.
| Container Port | Recommended outside port | Protocol | Description || -------------- | ------------------------ | -------- | ----------- || 8080 | 8080 | TCP | WebUI |
|