diff --git a/docker-compose.yml b/docker-compose.yml index e05ba96..9d2b43b 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -48,7 +48,7 @@ services: cap_add: - MKNOD ports: - - "9980:9980" + - 9980:9980 restart: always volumes: - ./appdata/collabora/code:/etc/loolwsd @@ -118,6 +118,14 @@ services: volumes: - ./appdata/gluetun:/gluetun + it-tools: + container_name: it-tools + hostname: it-tools + image: corentinth/it-tools + restart: always + ports: + - 8288:80 + jackett: container_name: jackett hostname: jackett @@ -467,7 +475,7 @@ services: - TZ=${TZ} - WEBUI_PORT=8282 network_mode: "service:gluetun" - restart: unless-stopped + restart: always volumes: - ./appdata/qbittorrent/config:/config - /mnt/data:/data @@ -496,7 +504,7 @@ services: - PGID=${PGID} - TZ=${TZ} network_mode: "service:gluetun" - restart: unless-stopped + restart: always volumes: - ./appdata/sabnzbd:/config - /mnt/data:/data