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