1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2025-01-10 04:19:24 +02:00
dockerfiles/bettercap/docker-compose.yml

14 lines
286 B
YAML
Raw Normal View History

2024-08-26 11:24:03 +02:00
services:
bettercap:
image: bettercap/bettercap
entrypoint: sleep
command: infinity
2024-08-26 11:56:15 +02:00
volumes:
- /usr/share/zoneinfo:/usr/share/zoneinfo:ro
environment:
- TZ=Asia/Shanghai
2024-08-26 11:24:03 +02:00
network_mode: host
privileged: true
tty: true
restart: unless-stopped