File tree Expand file tree Collapse file tree 3 files changed +5
-0
lines changed Expand file tree Collapse file tree 3 files changed +5
-0
lines changed Original file line number Diff line number Diff line change 25
25
config /core.properties
26
26
local
27
27
docker /data
28
+ docker /extensions
28
29
.plone.versioncheck.cache /
29
30
.plone.versioncheck.tracked.json
30
31
checkversion.html
Original file line number Diff line number Diff line change @@ -160,6 +160,8 @@ services:
160
160
test : " curl -f localhost:8080/$$PLONE_PATH/@@ok"
161
161
volumes :
162
162
- ./data/:/data
163
+ - ./data/import:/data/import
164
+ - ./extensions:/plone/parts/instance-debug/Extensions
163
165
- tmp:/tmp
164
166
- vartmp:/var/tmp
165
167
labels :
Original file line number Diff line number Diff line change @@ -167,6 +167,8 @@ services:
167
167
test : " curl -f localhost:8080/$$PLONE_PATH/@@ok"
168
168
volumes :
169
169
- ./data:/data
170
+ - ./data/import:/data/import
171
+ - ./extensions:/plone/parts/instance-debug/Extensions
170
172
- tmp:/tmp
171
173
- vartmp:/var/tmp
172
174
labels :
You can’t perform that action at this time.
0 commit comments