Skip to content
This repository was archived by the owner on Jan 8, 2020. It is now read-only.

Commit 59c04a4

Browse files
author
zteeed
committed
Update docker-compose for advanced configuration
1 parent 740247b commit 59c04a4

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

advanced_configuration/docker-compose.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,13 @@ services:
2727
restart: always
2828
build:
2929
context: ./bot_discord
30+
volumes:
31+
- discord_data:/data
3032
networks:
3133
- frontend
32-
34+
volumes:
35+
discord_data:
36+
driver: local
3337
networks:
3438
frontend:
3539
driver: bridge

0 commit comments

Comments
 (0)