use qualified hostnames for images stored on docker.io

This commit is contained in:
Sven Lankes
2022-05-29 13:50:58 +02:00
parent a4927477fb
commit 458e857956
5 changed files with 10 additions and 10 deletions

View File

@@ -33,7 +33,7 @@
version: "3.4"
services:
broker:
image: redis:6.0
image: docker.io/library/redis:6.0
restart: unless-stopped
volumes:
- redisdata:/data
@@ -65,7 +65,7 @@ services:
PAPERLESS_TIKA_ENDPOINT: http://tika:9998
gotenberg:
image: gotenberg/gotenberg:7.4
image: docker.io/gotenberg/gotenberg:7.4.4
restart: unless-stopped
command:
- "gotenberg"