Skip to content

Commit 258eb4c

Browse files
authored
Merge pull request #26 from BrayanbotDev/dev
dev: fix Addon_Configs not being bound and rm. tmp
2 parents 26b5202 + db4f366 commit 258eb4c

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

docker-compose.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff 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:

0 commit comments

Comments
 (0)