Update docker-compose.yaml
Bug fix, wrong renamed container.
This commit is contained in:
parent
816262a3b8
commit
4ba29ec0d9
|
|
@ -25,8 +25,8 @@ services:
|
|||
ipv4_address: 172.16.235.2
|
||||
|
||||
redis:
|
||||
image: redis_usp
|
||||
container_name: redis
|
||||
image: redis
|
||||
container_name: redis_usp
|
||||
networks:
|
||||
usp_network:
|
||||
ipv4_address: 172.16.235.3
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user