Hello,
I am using webvirtcloud with the reverse proxy Traefik and docker-compose.
Here is my docker-compose.yml:
webvirtcloud:
container_name: webvirtcloud
image: mplx/docker-webvirtcloud
ports:
- "8087:80"
environment:
- VNC_PORT=8087
- VIRTUAL_HOST=MYDOMAIN.COM
- VIRTUAL_PORT=80
- LETSENCRYPT_HOST=MYDOMAIN.COM
- LETSENCRYPT_EMAIL=MYEMAIL@MAIL.COM
labels:
- traefik.backend=webvirtcloud
- traefik.frontend.rule=Host:MYDOMAIN.COM
- traefik.docker.network=proxy
- traefik.port=80
- traefik.enable=true
volumes:
- /srv/webvirtcloud/data:/srv/webvirtcloud/data
- /srv/webvirtcloud/ssh:/var/www/.ssh
networks:
- traefik
I can login and create instances but noVNC is not working neither is an instance details (error 500).
Hello,
I am using webvirtcloud with the reverse proxy Traefik and docker-compose.
Here is my docker-compose.yml:
I can login and create instances but noVNC is not working neither is an instance details (error 500).