Kiyam

Results 3 comments of Kiyam

After running docker inspect pritunl, I noticed this under the "ports" section: ``` "Ports": { "1194/tcp": [ { "HostIp": "0.0.0.0", "HostPort": "1194" } ], "1194/udp": [ { "HostIp": "0.0.0.0", "HostPort":...

``` version: "3.6" services: mongo: image: mongo:latest container_name: pritunldb hostname: pritunldb restart: always networks: - default volumes: - ${USERDIR}/docker/mongo/db:/data/db pritunl: image: goofball222/pritunl:latest container_name: pritunl hostname: pritunl restart: always privileged: true...

Hmm oke. On my side, all of my other containers are working through traefik without any problems, things like netdata, portainer etc. On my Traefik dashboard the pritunl container is...