Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to switch from mdPlusPlus to key-networks docker iamge #20

Open
ovizii opened this issue Jan 17, 2021 · 1 comment
Open

How to switch from mdPlusPlus to key-networks docker iamge #20

ovizii opened this issue Jan 17, 2021 · 1 comment
Assignees

Comments

@ovizii
Copy link

ovizii commented Jan 17, 2021

I have been running this image: https://gist.github.com/mdPlusPlus/0f6285c6402aa4aff4aa4a9e5dfc38c0

with this docker-compose file:

version: '3'

services:
  ztncui:
    image: mdplusplus/zerotier-network-controller-ui
    container_name: ztncui
    hostname: ztncui
    network_mode: bridge
    restart: "no"
    ports:
      - "3443:3443"
    volumes:
    - './ui:/opt/ztncui/src/etc'
    - './zt:/var/lib/zerotier-one'

simply switching the image to
image: keynetworks/ztncui:latest
results in me not being able to login via the web interface so I assume something has to be changed with the volumes?

@key-networks key-networks self-assigned this Jan 18, 2021
@key-networks
Copy link
Owner

One thing that stands out is the volume mapping for ui. I'm not familiar with the use of the mdPlusPlus image, but the path for the key-networks image starts with /opt/key-networks/ztncui instead of /opt/ztncui, so try adjusting the path and see how it goes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants