1
0

Update docker-compose example file

This commit is contained in:
2018-09-16 12:47:09 +01:00
parent f671a3b198
commit 31099219ec

8
docker-compose.example Normal file
View File

@@ -0,0 +1,8 @@
version: '3'
services:
bot:
build: ./
volumes:
- ./config:/config
volumes:
config: