Skip to content

Commit

Permalink
fix ARLAS_BASE_URI
Browse files Browse the repository at this point in the history
  • Loading branch information
sylvaingaudan committed Jun 26, 2024
1 parent 0b4f87e commit 256410b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docker-compose-arlas-server.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ services:
- ARLAS_ELASTIC_ENABLE_SSL=${ES_ENABLE_SSL:-false}
- ARLAS_ELASTIC_SNIFFING=${ES_SNIFFING:-false}
- ARLAS_ELASTIC_CREDENTIALS=${ES_CREDENTIALS:-""}
- ARLAS_BASE_URI=../server/
# - ARLAS_BASE_URI=../server/
- ARLAS_BASE_URI=http://localhost/server/
- ARLAS_SERVICE_WFS_ENABLE=${ARLAS_SERVICE_WFS_ENABLE:-false}
- ARLAS_SERVICE_CSW_ENABLE=${ARLAS_SERVICE_CSW_ENABLE:-false}
- ARLAS_SERVICE_RASTER_TILES_ENABLE=${ARLAS_SERVICE_RASTER_TILES_ENABLE:-false}
Expand Down

0 comments on commit 256410b

Please sign in to comment.