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