---
version: "2"
services:
davos:
image: linuxserver/davos:2.2.2
container_name: davos
restart: unless-stopped
environment:
- PUID=for UserID
- PGID=for GroupID
volumes:
- /host/path/to/etc/localtime:/etc/localtime:ro # Useful for mapping correct host timezone
- /host/path/to/download:/download # davos's file download location
- /host/path/to/config:/config # davos's config location. This is where it stores its database file and logs.
ports:
- 8080:8080/tcp # This is the default port that davos runs under