blob: 1b0b2698d95a19d71a36deb5ac16a27f9ba915ae (
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
|