added a docker compose file
This commit is contained in:
parent
85197961c4
commit
7c97b4db65
1 changed files with 9 additions and 0 deletions
9
docker-compose.yml
Normal file
9
docker-compose.yml
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
version: '3.8'
|
||||||
|
services:
|
||||||
|
discordeventlog:
|
||||||
|
image: 'coastalcommits.com/seaswimmerthefsh/discordeventlog:latest'
|
||||||
|
restart: unless-stopped
|
||||||
|
ports:
|
||||||
|
- 8080:8080
|
||||||
|
volumes:
|
||||||
|
- ./config.json:/config.json
|
Loading…
Reference in a new issue