mirror of
https://github.com/nickyeoman/docker-compose-cookbooks.git
synced 2026-09-04 02:46:23 +00:00
fix minor convention issues across 10 stacks
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
services:
|
||||
redis:
|
||||
image: redis:alpine
|
||||
image: ${MAILU_REDIS_IMAGE:-redis:alpine}
|
||||
restart: ${MAILU_RESTART:-always}
|
||||
volumes:
|
||||
- ${VOL_PATH:-/data}/mailu/redis:/data
|
||||
|
||||
@@ -5,6 +5,7 @@ MAILU_VERSION=2024.06
|
||||
MAILU_RESTART=always
|
||||
MAILU_ORG=ghcr.io/mailu
|
||||
MAILU_WEBMAIL=roundcube
|
||||
MAILU_REDIS_IMAGE=redis:alpine
|
||||
|
||||
# Domain
|
||||
DOMAIN=example.com
|
||||
|
||||
Reference in New Issue
Block a user