---
version: "2"
services:
clarkson:
image: linuxserver/clarkson:1.1.2
container_name: clarkson
restart: unless-stopped
environment:
- TZ=Europe/London # Specify a timezone to use EG Europe/London.
- PUID=1000 # for UserID
- PGID=1000 # for GroupID
- MYSQL_USERNAME=mysql_username # The user with access to the clarkson schema.
- MYSQL_PASSWORD=mysql_password # The password for the user.
- MYSQL_HOST=mysql_host # Points the backend to the MySQL database. This can be either a docker hostname or an IP.
- ENABLE_REGISTRATIONS=true/false # Defaults to false. If set to true, allows new users to register.
ports:
- 3000:3000/tcp # WebUI