remove docker.io not needed
This commit is contained in:
parent
bb6e374222
commit
c3ee580260
1 changed files with 1 additions and 1 deletions
|
|
@ -5,7 +5,7 @@
|
|||
|
||||
services:
|
||||
redis:
|
||||
image: docker.io/library/redis:7.4
|
||||
image: redis:7.4
|
||||
volumes:
|
||||
- paperless-redis:/data
|
||||
healthcheck:
|
||||
|
|
|
|||
Loading…
Reference in a new issue