Andrea Guarnaccia

Results 4 comments of Andrea Guarnaccia

Adding the docker compose file to show how things are exposed: ``` services: app: image: 'jc21/nginx-proxy-manager:github-pr-3789' restart: unless-stopped ports: # These ports are in format : - '80:80' # Public...

I am having the exact same issue on a fresh 24.04.1 installation

> /path/to/home/snap/fusion360/common/.wine/drive_c/windows/system32 This did the trick on Ubuntu 24.04, I had to rename the file bcp47lang.dll as disabling it was not really working as expected.

@irbekrm thank you! Adding the following in the Access Control section did the trick: ``` "tagOwners": { "tag:container": ["autogroup:admin"], }, ```