1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2024-12-23 01:39:27 +02:00
dockerfiles/bettercap/docker-compose.yml
2024-08-26 17:56:15 +08:00

14 lines
286 B
YAML

services:
bettercap:
image: bettercap/bettercap
entrypoint: sleep
command: infinity
volumes:
- /usr/share/zoneinfo:/usr/share/zoneinfo:ro
environment:
- TZ=Asia/Shanghai
network_mode: host
privileged: true
tty: true
restart: unless-stopped