Skip to content

Commit

Permalink
Updated docker-compose: use normal assetstore volume
Browse files Browse the repository at this point in the history
  • Loading branch information
milanmajchrak authored Dec 6, 2024
1 parent 0fef938 commit 41258e9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/docker-compose-rest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,8 @@ services:
tty: true
volumes:
- dspace_logs:/dspace/log
- #assetstore:/dspace/assetstore
- /opt/DATA/assetstore:/dspace/assetstore
- assetstore:/dspace/assetstore
- #/opt/DATA/assetstore:/dspace/assetstore
# Mount DSpace's solr configs to a volume, so that we can share to 'dspacesolr' container (see below)
- solr_configs:/dspace/solr
- handle_server:/dspace/handle-server
Expand Down

0 comments on commit 41258e9

Please sign in to comment.