redirect to http://84.145.113.77:6875/login #2083

Closed
opened 2026-02-05 02:51:06 +03:00 by OVERLORD · 2 comments
Owner

Originally created by @ragman1976 on GitHub (Feb 8, 2021).

Hi,

I tried to install bookstack via docker stack Here the stack I used:


version: "2"
services:
bookstack:
image: linuxserver/bookstack
container_name: bookstack
environment:
- PUID=998
- PGID=100
- DB_HOST=bookstack_db
- DB_USER=bookstack
- DB_PASS=yourdbpass
- DB_DATABASE=bookstackapp
volumes:
- /var/docker/bookstack/data:/config
ports:
- 6875:80
restart: unless-stopped
depends_on:
- bookstack_db
bookstack_db:
image: linuxserver/mariadb
container_name: bookstack_db
environment:
- PUID=998
- PGID=100
- MYSQL_ROOT_PASSWORD=yourdbpass
- TZ=Europe/Berlin
- MYSQL_DATABASE=bookstackapp
- MYSQL_USER=bookstack
- MYSQL_PASSWORD=yourdbpass
volumes:
- /var/docker/bookstack/data:/config
restart: unless-stopped

After the process was completed I typed the ip-adress of the device I´m running docker (Raspberry4) 192.168.10.33:6875 but I got redirected to http://84.145.113.77:6875/login ???

Whats wrong?

Thanks in advance.

Originally created by @ragman1976 on GitHub (Feb 8, 2021). Hi, I tried to install bookstack via docker stack Here the stack I used: --- version: "2" services: bookstack: image: linuxserver/bookstack container_name: bookstack environment: - PUID=998 - PGID=100 - DB_HOST=bookstack_db - DB_USER=bookstack - DB_PASS=yourdbpass - DB_DATABASE=bookstackapp volumes: - /var/docker/bookstack/data:/config ports: - 6875:80 restart: unless-stopped depends_on: - bookstack_db bookstack_db: image: linuxserver/mariadb container_name: bookstack_db environment: - PUID=998 - PGID=100 - MYSQL_ROOT_PASSWORD=yourdbpass - TZ=Europe/Berlin - MYSQL_DATABASE=bookstackapp - MYSQL_USER=bookstack - MYSQL_PASSWORD=yourdbpass volumes: - /var/docker/bookstack/data:/config restart: unless-stopped After the process was completed I typed the ip-adress of the device I´m running docker (Raspberry4) 192.168.10.33:6875 but I got redirected to http://84.145.113.77:6875/login ??? Whats wrong? Thanks in advance.
Author
Owner

@ssddanbrown commented on GitHub (Feb 9, 2021):

Hi @ragman1976,
Please set an APP_URL environment variable on the bookstack container for the domain you want to use BookStack on (APP_URL=http://192.168.10.33:6875 for example)

@ssddanbrown commented on GitHub (Feb 9, 2021): Hi @ragman1976, Please set an `APP_URL` environment variable on the bookstack container for the domain you want to use BookStack on (`APP_URL=http://192.168.10.33:6875` for example)
Author
Owner

@ssddanbrown commented on GitHub (Apr 19, 2021):

Since there's been no follow-up I'm going to close this. If the issue remains and is something you still require to be fixed please open a new issue, referencing this one.

@ssddanbrown commented on GitHub (Apr 19, 2021): Since there's been no follow-up I'm going to close this. If the issue remains and is something you still require to be fixed please open a new issue, referencing this one.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/BookStack#2083