Merged common configuration settings

Merge settings shared with mip-federation.
This commit is contained in:
2018-03-14 10:30:53 +01:00
parent 01a6db0ec8
commit bf9db66d17
2 changed files with 17 additions and 16 deletions

View File

@@ -30,5 +30,5 @@ docker run -d \
--restart unless-stopped \
--mount type=bind,src=/var/run/docker.sock,dst=/var/run/docker.sock \
--mount type=bind,src=${PORTAINER_DATA},dst=/data \
--name ${COMPOSE_PROJECT_NAME}_${PORTAINER_HOST} \
--name ${COMPOSE_PROJECT_NAME}_portainer \
${PORTAINER_IMAGE}${PORTAINER_VERSION}