1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-06-20 13:58:42 +00:00
dockerfiles/benthos/docker-compose.yml

11 lines
204 B
YAML
Raw Normal View History

2021-11-09 09:03:12 +00: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