Julian Prieber

Results 19 comments of Julian Prieber

I finally got around writing the guide for the persistent storage of the docker https://github.com/JulianPrieber/llc-docker/commit/0c72b576fa854ef9deebd2b78867c2f4ea751c41. For me, this is a fairly simple thing that you can essentially do with one...

This is not something we really support or is something we test. You can mount a directory with: `--volume /docker/data/www:/htdocs \ ` Again, not something we test or officially support....

Our docker image is just an Apache web server running the web version of LittleLink Custom. For that reason, our two versions don't differ for the simple reason of keeping...

> Why don't you build the docker image directly from the littlelink-custom repo? Just put the dockerfile there. You wouldn't have the problem of maintaining two versions and could have...

### I think I worked out something that works and is easy to set up: 1. Create volume: `docker volume create llc` 2. Running the Docker image normally while mounting...

**Thanks for the quick response and help on this!** I will look into the method you described and get a third opinion on this. Granted, this is probably not the...

> However I don't know which paths I should pay attention to. Can you enlist what the project uses as folders and files, [...] ? @LeoColman Everything is saved in...

If you open a pull request for this, I'll include it

A 502 is an NGINX error and not something that the app directly causes. You will need to check your NGINX logs, check your server load and or firewall settings....