Open weeman1337 opened 1 year ago
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.
It would be great if
nextcloud-docker-dev
supports Podman. I can do some research on this.Workaround:
:warning: May vary depending on your system
Add
127.0.0.1 nextcloud.local
to/etc/hosts
.Permit use of port 80:
Remove this from the services in use
(issue)
Remove/disable mount of
additional.config.php
from the compose file:Share port 80 from the nextcloud service
Start nextcloud and the database
The dev environment should be available under http://nextcloud.local/