update redis hostname to avoid docker network conflicts

This commit is contained in:
2023-08-29 19:40:53 +01:00
parent 1f2b1dd8e5
commit 21466211a1
2 changed files with 2 additions and 1 deletions

View File

@@ -7,5 +7,6 @@ services:
environment:
- SECRET=${SECRET}
redis:
hostname: sus-redis
image: redis:7
volumes: [ "./redis:/data" ]