Skip to content

Commit 697d534

Browse files
committed
docker
1 parent 3c97db4 commit 697d534

File tree

1 file changed

+4
-12
lines changed

1 file changed

+4
-12
lines changed

compose.yaml

Lines changed: 4 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,8 @@ services:
2121
restart: unless-stopped
2222
volumes:
2323
- ./.env:/.env
24-
- type: bind
25-
source: ./config
26-
target: /config
27-
- type: bind
28-
source: ./backend/logs
29-
target: /logs
24+
- ./config:/config
25+
- ./backend/logs:/logs
3026
bot:
3127
image: doxxy-bot:latest
3228
container_name: doxxy-bot
@@ -35,12 +31,8 @@ services:
3531
restart: unless-stopped
3632
volumes:
3733
- ./.env:/.env
38-
- type: bind
39-
source: ./config
40-
target: /config
41-
- type: bind
42-
source: ./bot/logs
43-
target: /logs
34+
- ./config:/config
35+
- ./bot/logs:/logs
4436

4537
volumes:
4638
db-data:

0 commit comments

Comments
 (0)