Skip to content

Commit

Permalink
Update ALPACA_FCREPO_URL value to port 8080 (#222)
Browse files Browse the repository at this point in the history
Fixes #221
  • Loading branch information
misilot authored May 18, 2022
1 parent 624cbf8 commit 3f7133f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion alpaca/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ ENV \
ALPACA_FCREPO_AUTH_HOST= \
ALPACA_FCREPO_AUTH_PASSWORD= \
ALPACA_FCREPO_AUTH_USER= \
ALPACA_FCREPO_URL=http://fcrepo/fcrepo/rest \
ALPACA_FCREPO_URL=http://fcrepo:8080/fcrepo/rest \
ALPACA_FITS_QUEUE=broker:queue:islandora-connector-fits \
ALPACA_FITS_REDELIVERIES=10 \
ALPACA_FITS_SERVICE=http://crayfits:8000 \
Expand Down

0 comments on commit 3f7133f

Please sign in to comment.