Fix logo usage

This commit is contained in:
2026-09-18 09:31:07 +03:00
parent 1cb805fdc7
commit 046abbc830
3 changed files with 9 additions and 1 deletions
+2 -1
View File
@@ -77,7 +77,8 @@ services:
- "${ROUNDCUBE_BIND-127.0.0.1}:${ROUNDCUBE_PORT:-8091}:80"
volumes:
- ${DATA_ROOT:-/opt/eternitymail}/roundcube-config:/var/roundcube/config:ro
- ${DATA_ROOT:-/opt/eternitymail}/roundcube-config:/var/roundcube/config
- ./roundcube-config/eternity-logo.php:/var/roundcube/config/eternity-logo.php:ro
- ${ROUNDCUBE_SKIN_PATH:-../ep-roundcube-skin/eternity}:/var/www/html/skins/${ROUNDCUBE_SKIN_NAME:-eternity}:ro
environment: