Skip to content

Commit

Permalink
Update docker-compose.yml.j2
Browse files Browse the repository at this point in the history
  • Loading branch information
gschmutz committed May 5, 2024
1 parent 5daca30 commit d3c492c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13821,7 +13821,7 @@ services:
{% if (GRAPHDB_edition | lower) == 'free' %}
- ./init/graphdb:/repository.init/
{% endif %}
{% if (GRAPHDB_edition | lower) == 'se' or 'ee' %}
{% if (GRAPHDB_edition | lower) == 'se' or (GRAPHDB_edition | lower) == 'ee' %}
- ./licences/graphdb:/opt/graphdb/home
{% endif %}
{% if GRAPHDB_volume_map_data %}
Expand Down

0 comments on commit d3c492c

Please sign in to comment.