diff --git a/apps/bookstack/config.json b/apps/bookstack/config.json index dad3871b..a3745955 100644 --- a/apps/bookstack/config.json +++ b/apps/bookstack/config.json @@ -4,8 +4,8 @@ "available": true, "port": 8119, "id": "bookstack", - "tipi_version": 3, - "version": "22.09.20220915", + "tipi_version": 4, + "version": "22.10.20221021", "description": "BookStack is a simple, self-hosted, easy-to-use platform for organising and storing information. Default login: admin@admin.com password: password", "short_desc": "BookStack is a self-hosted platform for organising and storing information.", "author": "Dan Brown", diff --git a/apps/bookstack/docker-compose.yml b/apps/bookstack/docker-compose.yml index 92550a19..409d93e1 100644 --- a/apps/bookstack/docker-compose.yml +++ b/apps/bookstack/docker-compose.yml @@ -1,7 +1,7 @@ version: "3.7" services: bookstack: - image: lscr.io/linuxserver/bookstack:22.09.20220915 + image: lscr.io/linuxserver/bookstack:22.10.20221021 container_name: bookstack environment: - APP_URL=http://${INTERNAL_IP}:${APP_PORT}