Skip to content
Snippets Groups Projects
Commit adddb16f authored by Martin Bergemann's avatar Martin Bergemann :speech_balloon:
Browse files

Update solr dockerfile

parent ebf2784f
No related branches found
No related tags found
1 merge request!17Update playbooks
FROM solr:8.11
FROM solr:latest
USER root
LABEL maintainer="DRKZ-CLINT"
......@@ -11,4 +11,4 @@ RUN echo "nameserver 8.8.8.8" >> /etc/resolv.conf &&\
chmod +x /usr/local/bin/daily_backup
VOLUME /var/solr/data
USER solr
COPY create_core.sh managed-schema ./
COPY create_core.sh managed-schema.xml ./
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment