Commit daeb29d5 authored by 20th (Victor Nikulshin)'s avatar 20th (Victor Nikulshin) Committed by Victor Nikulshin
Browse files

Use the most common Docker IP address by default

It is better to use the most common IP address assigned to Docker containers
than to use a network broadcast address.
parent b4104eac
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -52,7 +52,7 @@ env.apache_user = 'www-data'

# Docker auto-added container IP

env.container_ip = '172.17.0.0'
env.container_ip = '172.17.0.2'


# Hook commands