10 lines
221 B
YAML
10 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
|