···14143. Ensure `repositories` and `server` are owned by `www-data`
1515 with `chown www-data:www-data repositories server`
16164. Edit `docker-compose.yml` with appropriate `KNOT_SERVER_HOSTNAME` and `KNOT_SERVER_OWNER`
1717-4. Create Docker container with `docker-compose up -d`
1818-5. Knot is now ready for reverse proxy from `KNOT_SERVER_HOSTNAME:443` to local port 5555
1717+5. Create Docker container with `docker-compose up -d`
1818+6. Knot is now ready for reverse proxy from `KNOT_SERVER_HOSTNAME:443` to local port 5555
1919 (knot verification will not work over HTTP port 80!)
2020+7. [Optional] Remove Docker build image with `docker image prune`
2121+ and untag parent image with `docker rmi alpine:latest`
20222123## Repository troubleshooting
2224