Skip to content
Snippets Groups Projects
Commit 85475cbd authored by void's avatar void
Browse files

container versionen explizit setzen

parent 387c8997
No related branches found
No related tags found
No related merge requests found
......@@ -11,7 +11,7 @@
- name: start ldap docker
docker_container:
name: ldap-service
image: osixia/openldap:latest
image: osixia/openldap:1.1.6
hostname: ldap-service
state: started
restart_policy: always
......@@ -29,7 +29,7 @@
- name: start phpldapadmin docker
docker_container:
name: phpldapadmin-app
image: osixia/phpldapadmin:latest
image: osixia/phpldapadmin:0.6.11
state: started
restart_policy: always
env:
......
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