[SOGo] Change color codes in correct files
parent
4227ec15fc
commit
9dd17d4609
|
@ -169,6 +169,7 @@ sed -i \
|
||||||
-e 's/69f0ae/448AFF/g' \
|
-e 's/69f0ae/448AFF/g' \
|
||||||
-e 's/00e676/2979ff/g' \
|
-e 's/00e676/2979ff/g' \
|
||||||
-e 's/00c853/2962ff/g' \
|
-e 's/00c853/2962ff/g' \
|
||||||
/usr/lib/GNUstep/SOGo/WebServerResources/js/Common/Common.app.js
|
/usr/lib/GNUstep/SOGo/WebServerResources/js/Common/Common.app.js \
|
||||||
|
/usr/lib/GNUstep/SOGo/WebServerResources/js/Common.js
|
||||||
|
|
||||||
exec gosu sogo /usr/sbin/sogod
|
exec gosu sogo /usr/sbin/sogod
|
||||||
|
|
|
@ -135,7 +135,7 @@ services:
|
||||||
- phpfpm
|
- phpfpm
|
||||||
|
|
||||||
sogo-mailcow:
|
sogo-mailcow:
|
||||||
image: mailcow/sogo:1.32
|
image: mailcow/sogo:1.33
|
||||||
build: ./data/Dockerfiles/sogo
|
build: ./data/Dockerfiles/sogo
|
||||||
environment:
|
environment:
|
||||||
- DBNAME=${DBNAME}
|
- DBNAME=${DBNAME}
|
||||||
|
|
Loading…
Reference in New Issue