Skip to content

Commit 5eb9c16

Browse files
committed
1 parent f908fa6 commit 5eb9c16

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

docker-compose-NCI.yaml

+4
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,8 @@ services:
5151
MCL_PUBLISHED_PORT:
5252
ZEO_ADDRESS: mcl-db:8080
5353
ZEO_SHARED_BLOB_DIR: 'on'
54+
# https://github.com/plone/plone.docker/issues/160
55+
ZEO_PACK_KEEP_OLD: 'false'
5456
depends_on:
5557
- mcl-db
5658
- mcl-memory-cache
@@ -96,6 +98,8 @@ services:
9698
environment:
9799
# Empty settings inherit values from the host's environment
98100
MCL_PORTAL_VERSION:
101+
# https://github.com/plone/plone.docker/issues/160
102+
ZEO_PACK_KEEP_OLD: 'false'
99103
restart: on-failure
100104
stop_grace_period: 13s
101105
labels:

docker-compose.yaml

+4
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,8 @@ services:
5050
MCL_PUBLISHED_PORT:
5151
ZEO_ADDRESS: mcl-db:8080
5252
ZEO_SHARED_BLOB_DIR: 'on'
53+
# https://github.com/plone/plone.docker/issues/160
54+
ZEO_PACK_KEEP_OLD: 'false'
5355
depends_on:
5456
- mcl-db
5557
- mcl-memory-cache
@@ -93,6 +95,8 @@ services:
9395
environment:
9496
# Empty settings inherit values from the host's environment
9597
MCL_PORTAL_VERSION:
98+
# https://github.com/plone/plone.docker/issues/160
99+
ZEO_PACK_KEEP_OLD: 'false'
96100
restart: always
97101
stop_grace_period: 13s
98102
labels:

0 commit comments

Comments
 (0)