diff --git a/apps/maintainerr/config.json b/apps/maintainerr/config.json index b61d2b71..6860183a 100644 --- a/apps/maintainerr/config.json +++ b/apps/maintainerr/config.json @@ -4,8 +4,8 @@ "exposable": true, "port": 8030, "id": "maintainerr", - "tipi_version": 1, - "version": "1.7.1", + "tipi_version": 2, + "version": "2.0.0", "categories": [ "media", "utilities" diff --git a/apps/maintainerr/docker-compose.yml b/apps/maintainerr/docker-compose.yml index e3f24a4c..6b337887 100644 --- a/apps/maintainerr/docker-compose.yml +++ b/apps/maintainerr/docker-compose.yml @@ -2,7 +2,7 @@ version: '3' services: maintainerr: - image: ghcr.io/jorenn92/maintainerr:1.7.1 # or jorenn92/maintainerr:1.7.1 + image: ghcr.io/jorenn92/maintainerr:2.0.0 # or jorenn92/maintainerr:1.7.1 container_name: maintainerr # user: 1000:1000 # only use this with release 2.0 and up volumes: @@ -11,7 +11,7 @@ services: - TZ=${TZ} # - DEBUG=true # uncomment to enable verbose logs ports: - - ${APP_PORT}:80 + - ${APP_PORT}:6246 restart: unless-stopped networks: - tipi_main_network @@ -19,7 +19,7 @@ services: # Main traefik.enable: true traefik.http.middlewares.maintainerr-web-redirect.redirectscheme.scheme: https - traefik.http.services.maintainerr.loadbalancer.server.port: 8030 + traefik.http.services.maintainerr.loadbalancer.server.port: 6246 # Web traefik.http.routers.maintainerr-insecure.rule: Host(`${APP_DOMAIN}`) traefik.http.routers.maintainerr-insecure.entrypoints: web