1
0
Fork 0
mirror of https://gitlab.jonasled.de/jonasled/discordbot synced 2024-08-01 15:04:39 +02:00

add database path to docker-compose

This commit is contained in:
Jonas Leder 2020-04-02 19:48:58 +02:00
parent 7329bdeeb5
commit 8ee322a20c

View file

@ -4,4 +4,7 @@ services:
discord_bot:
image: discordbot:latest
volumes:
- ./config.py:/config.py
- ./config.py:/config.py
- database:/database.db
volumes:
database: