Skip to content

Commit

Permalink
back to ancient ip scheme
Browse files Browse the repository at this point in the history
  • Loading branch information
kiloutyg committed Mar 21, 2024
1 parent 0f8d07e commit b68b5ef
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ services:
- "3306"
networks:
vpcbr:
ipv4_address: 172.25.0.2
ipv4_address: 172.23.0.2
phpmyadmin:
image: phpmyadmin/phpmyadmin
restart: unless-stopped
Expand All @@ -31,7 +31,7 @@ services:
- traefik.http.routers.phpmyadminposign.entrypoints=web
networks:
vpcbr:
ipv4_address: 172.25.0.3
ipv4_address: 172.23.0.3
depends_on:
- database

Expand All @@ -40,8 +40,8 @@ networks:
driver: bridge
ipam:
config:
- subnet: 172.25.0.0/16
- gateway: 172.25.0.1
- subnet: 172.23.0.0/16
- gateway: 172.23.0.1



Expand Down

0 comments on commit b68b5ef

Please sign in to comment.