We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c6955ea commit 1fa322fCopy full SHA for 1fa322f
docker-compose.yml
@@ -12,6 +12,7 @@ services:
12
- "${EXTERNAL_PORT}:8080"
13
volumes:
14
- ./cache:/app/cache
15
+ - ./dict:/app/dict
16
- ./.env:/app/.env
17
restart: unless-stopped
18
depends_on:
0 commit comments