10 lines
217 B
Plaintext
10 lines
217 B
Plaintext
if [ "$(uname -m)" = "x86_64" ]; then
|
|
CONTAINER=monogramm/autodiscover-email-settings
|
|
else
|
|
CONTAINER=federatedcomputer/autodiscover-email-settings
|
|
fi
|
|
VERSION=620af02
|
|
DEPENDS=mail
|
|
INTERNAL_IP=192.168.0.32
|
|
PORTS=8000
|