Skip to content

Commit

Permalink
Merge branche 'fix-sh-path' of 'https://github.com/jjmerchante/grimoi…
Browse files Browse the repository at this point in the history
…relab'º

Merges #696
Closes #696
  • Loading branch information
sduenas authored Sep 3, 2024
2 parents 0dc113e + cd8404d commit f266e88
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docker-compose/docker-compose-opensearch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ services:
expose:
- "9314"
volumes:
- sortinghat-static:/opt/venv/lib/python3.9/site-packages/sortinghat/static/
- sortinghat-static:/opt/venv/lib/python3.8/site-packages/sortinghat/static/
depends_on:
mariadb:
condition: service_healthy
Expand Down
2 changes: 1 addition & 1 deletion docker-compose/docker-compose-secured.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ services:
expose:
- "9314"
volumes:
- sortinghat-static:/opt/venv/lib/python3.9/site-packages/sortinghat/static/
- sortinghat-static:/opt/venv/lib/python3.8/site-packages/sortinghat/static/
depends_on:
mariadb:
condition: service_healthy
Expand Down
2 changes: 1 addition & 1 deletion docker-compose/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ services:
expose:
- "9314"
volumes:
- sortinghat-static:/opt/venv/lib/python3.9/site-packages/sortinghat/static/
- sortinghat-static:/opt/venv/lib/python3.8/site-packages/sortinghat/static/
depends_on:
mariadb:
condition: service_healthy
Expand Down

0 comments on commit f266e88

Please sign in to comment.