ElHamra

Results 25 comments of ElHamra

Issue started for me after upgrading to the latest image. it used to be working fine on DSM. Not sure what the issue is. Will share logs in the future.

@m0veax do you have any users with id 1000 in your DSM? Default is root: uid=0(root) gid=0(root) groups=0(root),2(daemon),19(log) and usually the second admin user is: 1026 Did you create it...

I did a workaround in here: https://github.com/qdm12/gluetun/discussions/446#discussioncomment-715376

Same problem here. Running setup Portainer + Docker Package on Synology Here is my stack ``` sftp: image: atmoz/sftp volumes: - /volume1/docker/SFTP/data:/home/foo/upload - /volume1/docker/SFTP/config/users/users.conf:/etc/sftp/users.conf:ro ports: - "2222:22" ``` Connection works...

Still an issue not being recognizing the args in the docker run command `--rm` Example: `docker run --rm -d -p 2022:22 --name workloader-ssh ansred/ubuntu-workloader-ssh` Current output (Missing the --rm arg)...

Here is what I use and it's working just fine via Docker Compose. ``` ############################################################################# version: '3' services: cloudflare: container_name: cloudflared_tunnel restart: always image: cloudflare/cloudflared:latest command: tunnel --no-autoupdate run --token...

Same issue here, on MacOS ARM ``` [+] Building 237.8s (13/15) => [internal] load build definition from Dockerfile 0.0s => => transferring dockerfile: 168B 0.0s => [internal] load .dockerignore 0.0s...

I have the same request here: https://github.com/oznu/docker-guacamole/issues/58 The image I am using it has the extensions already in it and you should be able to enable by running the commands:...

You can use 3rd party tool to relay your POST request into a GET request and then that should solve your issue. The tool called n8n