Docker Network changed
This commit is contained in:
@@ -8,8 +8,8 @@ services:
|
|||||||
container_name: sinusbot
|
container_name: sinusbot
|
||||||
hostname: sinusbot
|
hostname: sinusbot
|
||||||
networks:
|
networks:
|
||||||
sinusbot.dockernetwork.local:
|
sinusbot_net:
|
||||||
ipv4_address: 172.16.72.10
|
ipv4_address: 172.29.84.10
|
||||||
user: "1000:1000"
|
user: "1000:1000"
|
||||||
ports:
|
ports:
|
||||||
- "8087:8087"
|
- "8087:8087"
|
||||||
@@ -20,5 +20,11 @@ services:
|
|||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
|
||||||
networks:
|
networks:
|
||||||
sinusbot.dockernetwork.local:
|
sinusbot_net:
|
||||||
external: true
|
name: sinusbot.dockernetwork.local
|
||||||
|
driver: bridge
|
||||||
|
ipam:
|
||||||
|
config:
|
||||||
|
- subnet: 172.29.84.0/24
|
||||||
|
gateway: 172.29.84.1
|
||||||
|
ip_range: 172.29.84.128/25
|
||||||
|
|||||||
Reference in New Issue
Block a user