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 3c97db4 commit 697d534Copy full SHA for 697d534
compose.yaml
@@ -21,12 +21,8 @@ services:
21
restart: unless-stopped
22
volumes:
23
- ./.env:/.env
24
- - type: bind
25
- source: ./config
26
- target: /config
27
28
- source: ./backend/logs
29
- target: /logs
+ - ./config:/config
+ - ./backend/logs:/logs
30
bot:
31
image: doxxy-bot:latest
32
container_name: doxxy-bot
@@ -35,12 +31,8 @@ services:
35
36
37
33
38
39
40
41
42
- source: ./bot/logs
43
34
+ - ./bot/logs:/logs
44
45
46
db-data:
0 commit comments