Skip to content
This repository was archived by the owner on Apr 21, 2026. It is now read-only.

Commit fa68590

Browse files
authored
Update docker-compose.yml
1 parent a92a823 commit fa68590

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,14 @@ services:
1919
- HEALTHCHECK_URI=http://127.0.0.1:60052/
2020
networks:
2121
- wheels-net
22-
- redis-ha-net
22+
- redis_ha_redis-ha-net
2323
volumes:
2424
- wheels-data:/data
2525

2626
networks:
2727
wheels-net:
2828
driver: overlay
29-
redis-ha-net:
29+
redis_ha_redis-ha-net:
3030
external: true
3131

3232
volumes:

0 commit comments

Comments
 (0)