I'm trying to add the rancher server instance to this docker setup (which is working great) and cannot succeed. Here is my setup, which is added to the docker-compose-ts yml file:
The error I'm seeing in the log is that the --privileged flag must be set when running rancher outside of kubernetes. I thought I had this covered with the command statement.
Hello,
I'm trying to add the rancher server instance to this docker setup (which is working great) and cannot succeed. Here is my setup, which is added to the docker-compose-ts yml file:
rancher: image: rancher/rancher:latest container_name: rancher restart: unless-stopped networks:
ports:
- 81:80
- 440:443
volumes:
HTTP Routers
rancher.$DOMAINNAME0
)"Middlewares
- "traefik.http.routers.rancher-rtr.middlewares=chain-authelia@file"
HTTP Services
The error I'm seeing in the log is that the --privileged flag must be set when running rancher outside of kubernetes. I thought I had this covered with the command statement.
Maybe someone got this running and has a tip?