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:
9
9
container_name : brayanbot
10
10
restart : unless-stopped
11
11
volumes :
12
+ - ./Addon_Configs:/opt/brayanbot/Addon_Configs
12
13
- ./Addons:/opt/brayanbot/Addons
13
14
- ./Modules:/opt/brayanbot/Modules
14
15
- ./Events:/opt/brayanbot/Events
15
16
- ./Commands:/opt/brayanbot/Commands
16
17
- type : bind
17
- source : ./example. config.yml
18
+ source : ./config.yml
18
19
target : /opt/brayanbot/config.yml
19
20
- type : bind
20
21
source : ./lang.yml
21
22
target : /opt/brayanbot/lang.yml
22
23
- type : bind
23
24
source : ./commands.yml
24
25
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
26
29
working_dir : /opt/brayanbot
27
30
tty : true
28
31
environment :
You can’t perform that action at this time.
0 commit comments