Skip to content

Commit

Permalink
Fix docker volumes
Browse files Browse the repository at this point in the history
  • Loading branch information
nichtich committed May 29, 2024
1 parent afeff67 commit b63ce5c
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 @@ -8,9 +8,9 @@ services:
volumes:
- ./${INPUT:-input}:/opt/qa-catalogue/marc
- ./${WEBBCONFIG:-web-config}:/var/www/html/qa-catalogue/config
- /etc/timezone:/etc/timezone:ro # Sync timezone
- /etc/localtime:/etc/localtime:ro # Sync localtime
ports:
- "${WEBPORT:-80}:80" # qa-catalogue-web
- "${SOLRPORT:-8983}:8983" # Solr
- /etc/timezone:/etc/timezone:ro # Sync timezone
- /etc/localtime:/etc/localtime:ro # Sync localtime
container_name: ${CONTAINER:-metadata-qa-marc}

0 comments on commit b63ce5c

Please sign in to comment.