# An example compose file to deploy the bot in a Docker environment version: '3.8' services: bot: image: 'sobot3' restart: unless-stopped hostname: so-un-bot domainname: pve-docker.net.mrlc.cc volumes: - ./:/App/ACL - /mnt/main/SSD/sobot_data/acl.json:/App/ACL/acl.json # Database might be stored on a different drive