DiscordEventLog/docker-compose.yml
SeaswimmerTheFsh 3e3d5fff70
Some checks failed
Docker Build / Build (push) Failing after 4m16s
Linter / Lint (3.11) (push) Failing after 2m47s
migrate to json5
2024-02-16 23:02:42 -05:00

9 lines
223 B
YAML

version: '3.8'
services:
discordeventlog:
image: 'coastalcommits.com/seaswimmerthefsh/discordeventlog:latest'
restart: unless-stopped
ports:
- 8080:8080
volumes:
- ./config.json5:/config.json5