File tree 2 files changed +8
-0
lines changed
2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -51,6 +51,8 @@ services:
51
51
MCL_PUBLISHED_PORT :
52
52
ZEO_ADDRESS : mcl-db:8080
53
53
ZEO_SHARED_BLOB_DIR : ' on'
54
+ # https://github.com/plone/plone.docker/issues/160
55
+ ZEO_PACK_KEEP_OLD : ' false'
54
56
depends_on :
55
57
- mcl-db
56
58
- mcl-memory-cache
@@ -96,6 +98,8 @@ services:
96
98
environment :
97
99
# Empty settings inherit values from the host's environment
98
100
MCL_PORTAL_VERSION :
101
+ # https://github.com/plone/plone.docker/issues/160
102
+ ZEO_PACK_KEEP_OLD : ' false'
99
103
restart : on-failure
100
104
stop_grace_period : 13s
101
105
labels :
Original file line number Diff line number Diff line change @@ -50,6 +50,8 @@ services:
50
50
MCL_PUBLISHED_PORT :
51
51
ZEO_ADDRESS : mcl-db:8080
52
52
ZEO_SHARED_BLOB_DIR : ' on'
53
+ # https://github.com/plone/plone.docker/issues/160
54
+ ZEO_PACK_KEEP_OLD : ' false'
53
55
depends_on :
54
56
- mcl-db
55
57
- mcl-memory-cache
@@ -93,6 +95,8 @@ services:
93
95
environment :
94
96
# Empty settings inherit values from the host's environment
95
97
MCL_PORTAL_VERSION :
98
+ # https://github.com/plone/plone.docker/issues/160
99
+ ZEO_PACK_KEEP_OLD : ' false'
96
100
restart : always
97
101
stop_grace_period : 13s
98
102
labels :
You can’t perform that action at this time.
0 commit comments