Sandro Circi
Sandro Circi
This made me waste at least 4 hours. On a custom docker-compose (couple hours ago reading this issue) I made a correction in my env `CODER_ACCESS_URL = "https://example.domain.com"` so that...
What update of Windows 10? I'm on v1803 and looks like it's working properly (tho I had to fully restart Atom).
The only problem that I had was that Atom 1.32 was not launching, all I had to do was deleting the 1.32 installation folder and re update it via the...
As @ramiresviana sugested, a correct setup of the compose environment variables fixes the inconvinience. ``` environment: FB_CONFIG: "/filebrowser.json" FB_DATABASE: "/database/filebrowser.db" ```
> Hmm, I'm still having the issue after setting the environment variables docker-compose file: > > ``` > environment: > - PUID=1000 > - PGID=1000 > - FB_CONFIG="/config/settings.json" > -...
> One solution to the problem would be if portainer supported compose v2, which supports "pull_policy" element in docker-compose.yml [compose spec](https://github.com/compose-spec/compose-spec/blob/master/spec.md#pull_policy). what about for stack deploys? Couldn't find any documentation...
@rijkvanzanten So if I understand it correctly this is more like a mysql bottleneck? With a similar number of items, on a different database like postgresql with redis, we should...
Would like to know too
> Anyone found a solution to this yet? As already documented in this issue, setting a bind to an existing config json is quite enough: docker-compose.yml: ``` user: 1000:1000 environment:...
> Is the h3's createError evolution planned to take care of all this? Exactly, but since I wanted to investigate a little bit more how errors are generated in the...