- Paginate comic grid at 48 per page with smart page number controls - Bind container port to 0.0.0.0 so Tailscale traffic can reach WSL2
11 lines
187 B
YAML
11 lines
187 B
YAML
services:
|
|
yoink:
|
|
build: .
|
|
ports:
|
|
- "0.0.0.0:8080:8080"
|
|
volumes:
|
|
- ./library:/library
|
|
environment:
|
|
- YOINK_LIBRARY=/library
|
|
restart: unless-stopped
|