nextcloud-docker-dev icon indicating copy to clipboard operation
nextcloud-docker-dev copied to clipboard

Podman support

Open weeman1337 opened this issue 2 years ago • 3 comments

It would be great if nextcloud-docker-dev supports Podman. I can do some research on this.

Things that caus errors:

  • docker.sock https://github.com/juliushaertl/nextcloud-docker-dev/blob/master/docker-compose.yml#L13
  • ~host-gateway https://github.com/juliushaertl/nextcloud-docker-dev/blob/master/docker-compose.yml#L98~

weeman1337 avatar Aug 26 '23 10:08 weeman1337

For sure that would be nice. First one would probably need some variable in the .env file, the second one I'm not sure, but https://github.com/containers/podman/issues/8466 looks like it should already be there.

juliusknorr avatar Aug 28 '23 06:08 juliusknorr

For sure that would be nice. First one would probably need some variable in the .env file,

Good idea. I will have a look soon, if I set up my dev environment again.

the second one I'm not sure, but https://github.com/containers/podman/issues/8466 looks like it should already be there.

They won't add it: https://github.com/containers/podman/issues/8466#issuecomment-864079821

weeman1337 avatar Aug 28 '23 06:08 weeman1337

Looks like that https://github.com/nginx-proxy/nginx-proxy is Podman incompatible.

You can still use nextcloud-docker-dev if you disable nginx-proxy and proxy it by yourself.

weeman1337 avatar Apr 07 '24 11:04 weeman1337