---
version: "2"
services:
bookstack:
image: linuxserver/bookstack:24.10.2
container_name: bookstack
restart: unless-stopped
environment:
- PUID # UID of user to take ownership of application/files
- PGID # GID of user to take ownership of application/files
- DB_USER # The database user
- DB_PASS # The database password
- DB_HOST # The database host
- DB_DATABASE # The database to be used
- APP_URL # The url your application will be accessed on (required for correct operation of reverse proxy)
volumes:
- /host/path/to/config:/config # Location of any uploaded data
ports:
- 80:80/tcp # Web UI port