We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9199aac commit ed18ab7Copy full SHA for ed18ab7
docker-compose.yml
@@ -14,15 +14,17 @@ services:
14
- ./Events:/opt/brayanbot/Events
15
- ./Commands:/opt/brayanbot/Commands
16
- type: bind
17
- source: ./example.config.yml
+ source: ./config.yml
18
target: /opt/brayanbot/config.yml
19
20
source: ./lang.yml
21
target: /opt/brayanbot/lang.yml
22
23
source: ./commands.yml
24
target: /opt/brayanbot/commands.yml
25
- tmpfs: /tmp # temp files such as uploads are stored here
+ - type: bind
26
+ source: ./Addon_Configs
27
+ target: /opt/brayanbot/Addon_Configs
28
working_dir: /opt/brayanbot
29
tty: true
30
environment:
0 commit comments