Comment on Termix 1.8.0 has been released.
boebbele@discuss.tchncs.de 1 week agoMeine 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.