mirror of
https://github.com/appinfosapienza/so-un-bot.git
synced 2025-03-14 05:05:22 +01:00
Add docker-compose example
This commit is contained in:
parent
2ae02f92b0
commit
b61212480c
1 changed files with 11 additions and 0 deletions
11
docker-compose.yml
Normal file
11
docker-compose.yml
Normal 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
|
Loading…
Reference in a new issue