blob: b5fb1c36f0ea2a02786887884b6ee5e20f0ee0f8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
version: "3.9"
services:
ritlug-discord-bot:
container_name: xssbook
image: xssbook
environment:
- SECRET = "admin"
ports:
- 8080:8080
volumes:
- ${PWD}/xssbook.db:/data/xssbook.db
- ${PWD}/custom:/data/public/image/custom
|