Skip to content

Commit

Permalink
Merge branch 'master' into v10.9.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
wkloucek committed Mar 2, 2022
2 parents 27894b5 + 2651885 commit e5b777a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions data/linux_amd64/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: "3"

services:
owncloud:
image: owncloud/qnap:10.9.1-amd64@sha256:bddb233df4331c466b8ce3b33075c0b2183c6775b8ac0faeebd5f50abf6bce3d
image: owncloud/qnap:10.9.1-amd64@sha256:6037e4767573299683786cac3b47bca1a2f6999f0a31b483239d263d96a437a8
restart: always
ports:
- "127.0.0.1:11409:8080"
Expand Down Expand Up @@ -34,7 +34,7 @@ services:
driver: "local"

db:
image: postgres:13.5-alpine@sha256:8048dd080d627956cc6d9f49eae706b1e71efadcca33f7b16f7a2357d9ff96ef
image: postgres:13.6-alpine@sha256:a003a8ef4aed3ec511525efe9230da56d5368f53f6033cb241154dd6781ffd23
environment:
- POSTGRES_DB=owncloud
- POSTGRES_PASSWORD=owncloud
Expand Down
4 changes: 2 additions & 2 deletions data/linux_arm_v7/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: "3"

services:
owncloud:
image: owncloud/qnap:10.9.1-arm32v7@sha256:06b1bbf56f98e196aeec3ba4f4282b2f3eaad941361f9940c6536ef1eec79430
image: owncloud/qnap:10.9.1-arm32v7@sha256:105b477d12bc8a11cd61ae60f6c6ed767a51cb5f5a1434742c57dda423275815
restart: always
ports:
- "127.0.0.1:11409:8080"
Expand Down Expand Up @@ -34,7 +34,7 @@ services:
driver: "local"

db:
image: arm32v7/postgres:13.5-alpine@sha256:514bce73dcd497fc862e3f673ecc2701386137a3c3134b8f17c4d2f08015dba1
image: arm32v7/postgres:13.6-alpine@sha256:c1cfa123abd94b355fe93763cae3f54f3dc225b4019687b429d75393b25be2c0
environment:
- POSTGRES_DB=owncloud
- POSTGRES_PASSWORD=owncloud
Expand Down

0 comments on commit e5b777a

Please sign in to comment.