mirror of
https://github.com/nickyeoman/docker-compose-cookbooks.git
synced 2026-09-03 18:36:22 +00:00
7 lines
102 B
Bash
7 lines
102 B
Bash
# Compose
|
|
VOL_PATH=/data
|
|
REDIS_IMAGE=redis:alpine
|
|
REDIS_RESTART=unless-stopped
|
|
REDIS_PORT=6379
|
|
TZ=UTC
|