Skip to content
Snippets Groups Projects
Commit 57862cc1 authored by Stanley Ragava's avatar Stanley Ragava Committed by Barbare Antoine
Browse files

patch of detected vulnerabilities

parent ef43e903
No related branches found
No related tags found
1 merge request!18Correction vulnérabilités Dokuwiki
FROM registry.picasoft.net:5000/pica-nginx
MAINTAINER antoine@barbare.me
LABEL maintainer="antoine@barbare.me"
RUN cd /var/www && \
curl -O -L "https://download.dokuwiki.org/src/dokuwiki/dokuwiki-stable.tgz" && \
......@@ -11,5 +11,6 @@ COPY entrypoint.sh /entrypoint.sh
EXPOSE 80
VOLUME ["/var/www/html"]
HEALTHCHECK CMD curl -s 127.0.0.1:${DOKUWIKI_PORT:=80}
ENTRYPOINT ["/entrypoint.sh"]
wiki:
container_name: wiki
image: registry.picasoft.net:5000/pica-dokuwiki:2018.05
volumes:
- /DATA/docker/wiki/html:/var/www/html
environment:
- MAX_UPLOAD_SIZE=100M
security_opt:
- no-new-privileges
mem_limit: 2048m
cpus: "0.20"
pids_limit: 1024
labels:
- "traefik.frontend.rule=Host:wiki.picasoft.net"
- "traefik.port=80"
- "traefik.enable=true"
env_file: ./wiki.secrets
restart: always
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