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

Update pica-dokuwiki/docker-compose.yml

parent f8d8ef95
No related branches found
No related tags found
1 merge request!31MAJ CI + volumes dans Dokuwiki
Pipeline #39584 failed
version : "2.4"
volumes:
dokuwiki-app-volume:
external:
name: "docker_dokuwiki"
networks:
docker_default:
external: true
......@@ -9,7 +14,7 @@ services:
image: pica-dokuwiki:stable
container_name: dokuwiki-app
volumes:
- /DATA/docker/wiki/html:/var/www/html
- dokuwiki-app-volume:/var/www/html
security_opt:
- no-new-privileges
mem_limit: "2048m"
......
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