File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -9,20 +9,23 @@ services:
99 container_name : brayanbot
1010 restart : unless-stopped
1111 volumes :
12+ - ./Addon_Configs:/opt/brayanbot/Addon_Configs
1213 - ./Addons:/opt/brayanbot/Addons
1314 - ./Modules:/opt/brayanbot/Modules
1415 - ./Events:/opt/brayanbot/Events
1516 - ./Commands:/opt/brayanbot/Commands
1617 - type : bind
17- source : ./example. config.yml
18+ source : ./config.yml
1819 target : /opt/brayanbot/config.yml
1920 - type : bind
2021 source : ./lang.yml
2122 target : /opt/brayanbot/lang.yml
2223 - type : bind
2324 source : ./commands.yml
2425 target : /opt/brayanbot/commands.yml
25- tmpfs : /tmp # temp files such as uploads are stored here
26+ - type : bind
27+ source : ./Addon_Configs
28+ target : /opt/brayanbot/Addon_Configs
2629 working_dir : /opt/brayanbot
2730 tty : true
2831 environment :
You can’t perform that action at this time.
0 commit comments