Update docker-compose.yml

This commit is contained in:
Minecon724 2025-04-05 14:21:31 +02:00
parent 80b5d531a6
commit eff3aa5bdf

View file

@ -22,15 +22,6 @@ services:
- ssl-certs:/etc/ssl
- ./html:/var/www/html
command: daemon
anubis:
image: ghcr.io/minecon724/anubis:main
environment:
DIFFICULTY: "1"
TARGET: "http://192.168.81.2:3000"
POLICY_FNAME: "/data/cfg/botPolicy.json"
volumes:
- ./botPolicy.json:/data/cfg/botPolicy.json:ro
volumes:
ssl-certs: