Skip to content
This repository was archived by the owner on May 30, 2025. It is now read-only.

Commit eb76817

Browse files
authored
Merge pull request #33 from IndraGunawan/fix-typo
fix typo on service hostname
2 parents 8af9bdf + ee4f989 commit eb76817

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-compose.redis.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ volumes:
88
services:
99
redis:
1010
container_name: ddev-${DDEV_SITENAME}-redis
11-
hostname: ddev-${DDEV_SITENAME}-minio
11+
hostname: ddev-${DDEV_SITENAME}-redis
1212
image: redis:7.2-alpine
1313
command: /etc/redis/conf/redis.conf
1414
volumes:

0 commit comments

Comments
 (0)