You've already forked http-badbots
15 lines
307 B
YAML
15 lines
307 B
YAML
version: '3.3'
|
|
services:
|
|
http-badbots:
|
|
image: git.rznet.fr/razian/http-badbots
|
|
container_name: http-badbots
|
|
ports:
|
|
- '8080:8080'
|
|
restart: always
|
|
volumes:
|
|
- ./logs.db:/app/logs.db
|
|
# - /var/lib/GeoIP:/app/GeoIP
|
|
command:
|
|
- --port=8080
|
|
# - --geoip=/app/GeoIP
|