absolute images pathes

This commit is contained in:
2026-01-25 23:55:30 +04:00
parent b0786fabcf
commit b2f6af2b2b

View File

@@ -1,7 +1,7 @@
services:
# PostgreSQL Database
postgres:
image: postgres:15-alpine
image: docker.io/postgres:15-alpine
restart: unless-stopped
environment:
POSTGRES_DB: medusa-store
@@ -22,7 +22,7 @@ services:
# Redis
redis:
image: redis:7-alpine
image: docker.io/redis:7-alpine
restart: unless-stopped
ports:
- "6379:6379"