Skip to content

Commit

Permalink
Fix RavenDB 6 mapped volumes
Browse files Browse the repository at this point in the history
  • Loading branch information
mauroservienti committed Oct 21, 2024
1 parent ed5dc16 commit a16d638
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -206,8 +206,8 @@ services:
ports:
- "8080:8080"
volumes:
- servicecontrol-db:/opt/RavenDB/Server/RavenData
- servicecontrol-db-config:/opt/RavenDB/config
- servicecontrol-db:/var/lib/ravendb/data
- servicecontrol-db-config:/var/lib/ravendb/config
networks:
- ls
servicecontrol-audit:
Expand Down

0 comments on commit a16d638

Please sign in to comment.