Comment on Termix 1.8.0 has been released.
flightyhobler@lemmy.world 5 days ago
Whats up with the documentation and how can I add servers?
Image
Adding hosts is currently only possible in a browser, not on a smartphone.
Meine compose:
termix: image: ghcr.io/lukegus/termix:latest container_name: termix restart: unless-stopped ports: - 8081:8081 volumes: - /home/dockervolumes/data:/app/data environment: PORT: "8081" volumes: termix-data: driver: local networks: {}
It works great.
boebbele@discuss.tchncs.de 5 days ago
Adding hosts is currently only possible in a browser, not on a smartphone.
boebbele@discuss.tchncs.de 5 days ago
Meine compose:
It works great.