Loader23

Results 12 comments of Loader23

I have tried several things today but no luck. Mapping a modified default_site.conf with a different port does not work, the container quits with ERROR: No modification applied to /etc/nginx/default_site.conf....

similar here: The Application is using eclipse and trys to write to /dev/null/.eclipse... I tried changing Home to /config but no luck. Any Ideas how I can make him not...

I still dont get it 😅 I have two containers with network_mode: "service:vpn". In the same stack like gluetun. How can I reach container1 from container2? I tried with DNS_KEEP_NAMESERVER...

Ah, yes of course. I think I understand it better now😅. Thanks alot, working as expected now. 😊

Also die ursprünglich Buchung brauch und sollte auch nicht neutralisiert werden. Denn es ist ja nicht so, dass es einfach storniert wird und neu gebucht wird, das wäre ja zu...

Same here. We need some kind of autologin. If the wineuser would auto login, it could startup applications you can configure inside startup settings. So, how to we achieve auto...

If you are going to implement authentication you should also make it optional. So its not annoying for internal users ;-)

What does you Docker command look like? Did you try it with a user id which is present on your host system?

Iam also using a QNAP NAS but other UID, here is my command: `docker run -d \ --name=FileBot \ -v /share/CACHEDEV1_DATA/.qpkg/FileBot:/config:rw \ -v /share/CACHEDEV2_DATA/Daten:/media:rw \ -e TZ="Europe/Berlin" \ -e USER_ID=1000...

I just found a solution for me :-) Adding this inside my dockerfile will overwrite the setting for it: `sed -i "s/resize = 'scale';/resize = 'remote';/g" /opt/noVNC/app/ui.js` Maybe there is...