Merge pull request #115 from JonasGhost/patch-1
Update docker-compose.yaml
This commit is contained in:
commit
cb09b206b8
|
|
@ -25,8 +25,8 @@ services:
|
||||||
ipv4_address: 172.16.235.2
|
ipv4_address: 172.16.235.2
|
||||||
|
|
||||||
redis:
|
redis:
|
||||||
image: redis_usp
|
image: redis
|
||||||
container_name: redis
|
container_name: redis_usp
|
||||||
networks:
|
networks:
|
||||||
usp_network:
|
usp_network:
|
||||||
ipv4_address: 172.16.235.3
|
ipv4_address: 172.16.235.3
|
||||||
|
|
@ -82,4 +82,4 @@ networks:
|
||||||
driver: default
|
driver: default
|
||||||
config:
|
config:
|
||||||
- subnet: 172.16.235.0/24
|
- subnet: 172.16.235.0/24
|
||||||
gateway: 172.16.235.1
|
gateway: 172.16.235.1
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user