DiscordEventLog/docker-compose.yml
SeaswimmerTheFsh 7c97b4db65
Some checks failed
Docker Build / Build (push) Successful in 5s
Linter / Lint (3.11) (push) Failing after 41s
added a docker compose file
2023-11-25 04:44:14 -05:00

9 lines
221 B
YAML

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