Update start.sh
Browse files
start.sh
CHANGED
@@ -6,8 +6,6 @@ fi
|
|
6 |
|
7 |
echo "Using static IP: ${STATIC_IP}"
|
8 |
|
9 |
-
sudo service network-manager stop
|
10 |
-
|
11 |
# Configure network using Docker network settings
|
12 |
ip addr add ${STATIC_IP}/24 dev eth0
|
13 |
ip link set eth0 up
|
|
|
6 |
|
7 |
echo "Using static IP: ${STATIC_IP}"
|
8 |
|
|
|
|
|
9 |
# Configure network using Docker network settings
|
10 |
ip addr add ${STATIC_IP}/24 dev eth0
|
11 |
ip link set eth0 up
|