fix freeipa

This commit is contained in:
Vassiliy Yegorov
2020-01-23 12:22:41 +07:00
parent a0cc89bb9c
commit af66544f2a
2 changed files with 20 additions and 20 deletions

View File

@@ -1,4 +1,11 @@
#!/bin/bash
source .env
docker-compose run --rm --service-ports freeipa exit-on-finished
#docker-compose run --rm --service-ports freeipa exit-on-finished
docker run --name ${CONTAINER_NAME_FREEIPA} -ti -rm \
-h ${FREEIPA_HOST} \
-e PASSWORD=${FREEIPA_PASS} \
-v /sys/fs/cgroup:/sys/fs/cgroup:ro \
--tmpfs /run --tmpfs /tmp \
-v ${SERVICE_DATA}:/data:Z freeipa-server exit-on-finished -U -r ${FREEIPA_REALM} --no-ntp