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

@@ -31,13 +31,13 @@
version: "3.4"
services:
broker:
image: redis:6.0
image: docker.io/library/redis:6.0
restart: unless-stopped
volumes:
- redisdata:/data
db:
image: postgres:13
image: docker.io/library/postgres:13
restart: unless-stopped
volumes:
- pgdata:/var/lib/postgresql/data