dockerfiles icon indicating copy to clipboard operation
dockerfiles copied to clipboard

🐳 A collection of delicious docker recipes.

Results 7 dockerfiles issues
Sort by recently updated
recently updated
newest added

check_post plugin using session_start() from PHP, but this is not enabled by default, so that plugin in init phase of ruTorrent return http 500 error code. After add php7-session all...

Unpack plugin require unrar to work. ![image](https://user-images.githubusercontent.com/5764004/164303232-e2776215-74ca-4002-8070-8e90ce0fe63f.png)

It would be nice to have python installed in the container to use the search engines. After every update of the container I have to do it manually. https://stackoverflow.com/questions/62554991/how-do-i-install-python-on-alpine-linux/62555259#62555259

Hi there is way to create user with password, from docker-compose or Dockerfile?

Hi there, I have obtained the cert and key using the certbot and I have mapped the certbot output folder to /certs folder inside the container but I'm getting this...

Hi, I have 2 containers on my server but I'm having an issue on the second one... The TCP port is already in use... I tried to do this, but...

I can't set GID=100 in rutorrent image: `addgroup: gid '100' in use Adding password for user torrent` The entrypoint should check if the group already exists and use it as...