Comment on Termix 1.8.0 has been released.

<- View Parent
boebbele@discuss.tchncs.de ⁨1⁩ ⁨week⁩ ago

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.

source
Sort:hotnewtop