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

Update pica-dokuwiki/docker-compose.yml, .gitlab-ci.yml files

parent c05ca4cb
No related branches found
No related tags found
1 merge request!31MAJ CI + volumes dans Dokuwiki
Pipeline #39626 passed
......@@ -92,7 +92,7 @@ docker-bench-security:
# if secrets.example files exist, remove the .example extension to be able to start the container
- if [[ -d $MODIFIED_IMAGE/secrets ]]; then for i in $MODIFIED_IMAGE/secrets/* ; do cp $i $(echo $i| cut -d '.' -f1,2); done; fi;
- cd $MODIFIED_IMAGE
- docker volume create docker_$CONTAINER_NAME
- docker volume create $CONTAINER_NAME
- docker-compose up -d
- git clone https://github.com/docker/docker-bench-security.git
- cd docker-bench-security
......
......@@ -3,7 +3,7 @@ version : "2.4"
volumes:
dokuwiki-app-volume:
external:
name: "docker_dokuwiki-app"
name: "dokuwiki-app"
networks:
docker_default:
......
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