Skip to content

Commit

Permalink
Environment Variable "JAVA_HOME" is not needed anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
bodo-hugo-barwich committed Nov 28, 2021
1 parent e43b302 commit 9f62299
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ perl5/*

#Database Container Storage
data
data/*
data/**

#Local Docker-Compose Configuration
docker-compose.yml
1 change: 0 additions & 1 deletion docker-compose.yml.example
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ services:
- /absolute/path/to/project/data/es:/usr/share/elasticsearch/data:Z
environment:
- COMPONENT=perldoc_es
- JAVA_HOME=/usr/lib/jvm/default-jvm
web:
container_name: 'perldoc_web'
image: perldoc_web
Expand Down

0 comments on commit 9f62299

Please sign in to comment.