Looking for guidance on the installation of Traefik if I am doing something wrong on my project as I am trying to get SSL setup. I am deploying through the resource manager under services and hit the deploy button. I then receive the following error:
(path names and server names changed)
[+] Running 0/1
- Container traefik Creating 0.1s
Error response from daemon: invalid volume specification: 'C:\ProjectFolder\.wappler\providers\custom\servers\CUSTOMSERVER\wappler-compose\config\dynamic.yml:/etc/traefik/dynamic.yml:ro' Error Launching Services!
I’ve checked the docker-compose.yml under providers\custom\servers\CUSTOMSERVER\wappler-compose\docker-compose.yml and for the volumes section on Traefik I receive this:
volumes:
- '/var/run/docker.sock:/var/run/docker.sock:ro'
- 'letsencrypt:/letsencrypt'
- './config/dynamic.yml:/etc/traefik/dynamic.yml:ro'
- './certs:/certs'
The Custom Server is running Ubuntu Server 22.04. Wappler reports system check is good.
I was able to get Portainer installed successfully, along with databases.
Thanks for any assistance