mirror of
https://github.com/vimagick/dockerfiles.git
synced 2024-12-23 01:39:27 +02:00
14 lines
286 B
YAML
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
|