Skip to content

Commit c63cac0

Browse files
authored
chore: make small fixes to improve experience (#2111)
1 parent 12bb6b3 commit c63cac0

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

.devcontainer/docker-compose.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ services:
5353
hostname: db
5454
image: postgres:16.11-alpine
5555
restart: on-failure
56+
shm_size: 1g
5657
ports:
5758
- 5432:5432
5859
volumes:

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -171,6 +171,7 @@ H5P_CONTENT_REGION=garage
171171
H5P_CONTENT_BUCKET=h5p-items
172172
H5P_CONTENT_ACCESS_KEY_ID=<your bucket key>
173173
H5P_CONTENT_SECRET_ACCESS_KEY_ID=<your bucket secret>
174+
H5P_PATH_PREFIX=h5p-content/
174175

175176

176177
### External services configuration

0 commit comments

Comments
 (0)