Skip to content

Commit

Permalink
Docker volume fix
Browse files Browse the repository at this point in the history
Signed-off-by: Janos SUTO <sj@acts.hu>
  • Loading branch information
jsuto committed Jul 29, 2024
1 parent e1a1f20 commit 7b37b1a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ services:
restart: unless-stopped
volumes:
- ./manticore.conf:/etc/manticoresearch/manticore.conf
- manticore_data:/var/lib/manticore
- piler_manticore:/var/lib/manticore
deploy:
resources:
reservations:
Expand Down Expand Up @@ -76,5 +76,5 @@ services:
volumes:
db_data: {}
piler_etc: {}
manticore_data: {}
piler_manticore: {}
piler_store: {}

0 comments on commit 7b37b1a

Please sign in to comment.