Skip to content
Snippets Groups Projects
Commit 92aae8d7 authored by Igor Witz's avatar Igor Witz
Browse files

Update pica-dokuwiki/Dockerfile, pica-dokuwiki/docker-compose.yml, pica-dokuwiki/run.sh files

parent 8c2c89d7
No related branches found
No related tags found
1 merge request!22Ajout de la CI pour Etherpad et Dokuwiki
Pipeline #32323 failed
......@@ -31,4 +31,4 @@ EXPOSE 80
VOLUME ["/var/www/html"]
HEALTHCHECK CMD wget -q -O /dev/null http://127.0.0.1:${DOKUWIKI_PORT:=80}/
CMD ["/run.sh"]
CMD ["/run.sh"]
\ No newline at end of file
version : "2.4"
services:
dokuwiki-app:
wiki:
container_name: wiki
image: pica-dokuwiki:2018.05
volumes:
......@@ -14,5 +14,4 @@ services:
- "traefik.frontend.rule=Host:wiki.picasoft.net"
- "traefik.port=80"
- "traefik.enable=true"
restart: always
restart: always
\ No newline at end of file
......@@ -7,7 +7,7 @@
set -m
php-fpm7.0 &
nginx
nginx &
pids=`jobs -p`
......
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