We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 12bb6b3 commit c63cac0Copy full SHA for c63cac0
2 files changed
.devcontainer/docker-compose.yml
@@ -53,6 +53,7 @@ services:
53
hostname: db
54
image: postgres:16.11-alpine
55
restart: on-failure
56
+ shm_size: 1g
57
ports:
58
- 5432:5432
59
volumes:
README.md
@@ -171,6 +171,7 @@ H5P_CONTENT_REGION=garage
171
H5P_CONTENT_BUCKET=h5p-items
172
H5P_CONTENT_ACCESS_KEY_ID=<your bucket key>
173
H5P_CONTENT_SECRET_ACCESS_KEY_ID=<your bucket secret>
174
+H5P_PATH_PREFIX=h5p-content/
175
176
177
### External services configuration
0 commit comments