zammad-docker-compose/.env
Jan Kiesewetter f51eb4de02 Set restart option with .env (#87)
For better testing, the restart option of the containers is moved to .env
2018-08-16 12:40:41 +02:00

5 lines
143 B
Bash

# don't forget to add the minus before the version
# example: VERSION=-2.1.0-13
IMAGE_REPO=zammad/zammad-docker-compose
VERSION=
RESTART=always