Skip to content

Commit ed18ab7

Browse files
committed
dev: fix Addon_Configs not being bound and rm. tmp
1 parent 9199aac commit ed18ab7

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

docker-compose.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,17 @@ services:
1414
- ./Events:/opt/brayanbot/Events
1515
- ./Commands:/opt/brayanbot/Commands
1616
- type: bind
17-
source: ./example.config.yml
17+
source: ./config.yml
1818
target: /opt/brayanbot/config.yml
1919
- type: bind
2020
source: ./lang.yml
2121
target: /opt/brayanbot/lang.yml
2222
- type: bind
2323
source: ./commands.yml
2424
target: /opt/brayanbot/commands.yml
25-
tmpfs: /tmp # temp files such as uploads are stored here
25+
- type: bind
26+
source: ./Addon_Configs
27+
target: /opt/brayanbot/Addon_Configs
2628
working_dir: /opt/brayanbot
2729
tty: true
2830
environment:

0 commit comments

Comments
 (0)