Skip to content

Commit

Permalink
fix reference format
Browse files Browse the repository at this point in the history
  • Loading branch information
wkloucek committed Dec 15, 2021
1 parent 53c21c4 commit 7010baa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion 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.0-rc1-amd64@514aec3367ee653a243032002d078a0a7c0b2726680ac5e73b41403c6e135916
image: owncloud/qnap:10.9.0-rc1-amd64@sha256:514aec3367ee653a243032002d078a0a7c0b2726680ac5e73b41403c6e135916
restart: always
ports:
- "127.0.0.1:11409:8080"
Expand Down
2 changes: 1 addition & 1 deletion 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.0-rc1-arm32v7@d9da1f7672609c86a2490e262cdc4ebf4af74dc639ba54a3ac0eb94be4e7e017
image: owncloud/qnap:10.9.0-rc1-arm32v7@sha256:d9da1f7672609c86a2490e262cdc4ebf4af74dc639ba54a3ac0eb94be4e7e017
restart: always
ports:
- "127.0.0.1:11409:8080"
Expand Down

0 comments on commit 7010baa

Please sign in to comment.