We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e43b302 commit 9f62299Copy full SHA for 9f62299
.gitignore
@@ -19,7 +19,7 @@ perl5/*
19
20
#Database Container Storage
21
data
22
-data/*
+data/**
23
24
#Local Docker-Compose Configuration
25
docker-compose.yml
docker-compose.yml.example
@@ -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
26
web:
27
container_name: 'perldoc_web'
28
image: perldoc_web
0 commit comments