Skip to content

Commit

Permalink
updated wrong docker conf
Browse files Browse the repository at this point in the history
  • Loading branch information
raffazizzi committed Apr 3, 2023
1 parent 9c86e30 commit 8819a8b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ FROM nginx:alpine

# You can overwrite the variable of the oxgarage protocol and location
# by setting docker ENV variables
ENV OXGARAGE_PROTOCOL="https"
ENV OXGARAGE_LOCATION="teigarage.tei-c.org"
ENV TEIGARAGE_PROTOCOL="https"
ENV TEIGARAGE_LOCATION="teigarage.tei-c.org"

# You can overwrite the variable of TEI data sources protocol and location
# by setting docker ENV variables
Expand Down

0 comments on commit 8819a8b

Please sign in to comment.