Add docker-compose example

This commit is contained in:
Marco Realacci 2023-07-09 02:43:34 +02:00
parent 2ae02f92b0
commit b61212480c

11
docker-compose.yml Normal file
View file

@ -0,0 +1,11 @@
# An example Docker compose script
version: '3.8'
services:
bot:
image: 'sobot3'
restart: unless-stopped
hostname: so-un-bot
domainname: pve-docker.net.mrlc.cc
volumes:
- ./:/App/ACL