1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2024-12-27 02:09:06 +02:00
dockerfiles/benthos/docker-compose.yml

11 lines
204 B
YAML
Raw Normal View History

2021-11-09 11:03:12 +02:00
version: "3.8"
services:
benthos:
image: jeffail/benthos
command: -c /etc/benthos/config.yaml
ports:
- "4195:4195"
volumes:
- ./data:/etc/benthos
restart: unless-stopped