nextcloud-docker-dev
nextcloud-docker-dev copied to clipboard
Podman support
It would be great if nextcloud-docker-dev supports Podman. I can do some research on this.
Things that caus errors:
docker.sockhttps://github.com/juliushaertl/nextcloud-docker-dev/blob/master/docker-compose.yml#L13- ~
host-gatewayhttps://github.com/juliushaertl/nextcloud-docker-dev/blob/master/docker-compose.yml#L98~
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.
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
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.