Fix network
This commit is contained in:
parent
8952683ee9
commit
95ef7259d7
@ -47,7 +47,8 @@ services:
|
||||
max-size: "500m"
|
||||
max-file: "9"
|
||||
environment:
|
||||
MYSQL_ROOT_PASSWORD: password
|
||||
MYSQL_ALLOW_EMPTY_PASSWORD: "true"
|
||||
MARIADB_PASS: password
|
||||
# Apache HTTPd
|
||||
httpd:
|
||||
build: ./dockerfiles/httpd/2.4/debian-9
|
||||
@ -60,15 +61,12 @@ services:
|
||||
options:
|
||||
max-size: "1g"
|
||||
max-file: "10"
|
||||
networks:
|
||||
front:
|
||||
ipv4_address: 172.10.0.2
|
||||
|
||||
networks:
|
||||
front:
|
||||
default:
|
||||
driver: bridge
|
||||
ipam:
|
||||
driver: default
|
||||
config:
|
||||
- subnet: 172.10.0.0/16
|
||||
gateway: 172.10.0.1
|
||||
- subnet: 172.18.0.0/16
|
||||
gateway: 172.18.0.1
|
||||
|
Loading…
Reference in New Issue
Block a user