DiscordEventLog/docker-compose.yml

10 lines
223 B
YAML
Raw Permalink Normal View History

2023-11-25 04:44:14 -05:00
version: '3.8'
services:
discordeventlog:
image: 'coastalcommits.com/seaswimmerthefsh/discordeventlog:latest'
restart: unless-stopped
ports:
- 8080:8080
volumes:
2024-02-16 23:02:42 -05:00
- ./config.json5:/config.json5