(simatec) small fix
This commit is contained in:
parent
67da33c974
commit
4533351419
2 changed files with 2 additions and 0 deletions
|
@ -51,6 +51,7 @@ services:
|
|||
- PILER_HOSTNAME=${PILER_DOMAIN}
|
||||
- MEMCACHED_HOST=memcached
|
||||
- TZ=${TIME_ZONE}
|
||||
- RT=1
|
||||
ports:
|
||||
- "25:25"
|
||||
- "80:80"
|
||||
|
|
|
@ -73,6 +73,7 @@ services:
|
|||
- PILER_HOSTNAME=${PILER_DOMAIN}
|
||||
- MEMCACHED_HOST=memcached
|
||||
- TZ=${TIME_ZONE}
|
||||
- RT=1
|
||||
- VIRTUAL_HOST=${PILER_DOMAIN}
|
||||
- LETSENCRYPT_HOST=${PILER_DOMAIN}
|
||||
- LETSENCRYPT_EMAIL=${LETSENCRYPT_EMAIL}
|
||||
|
|
Loading…
Reference in a new issue