Skip to content

Commit

Permalink
Update docker-compose.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
kiloutyg authored Mar 21, 2024
1 parent 020a381 commit 793d257
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 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,10 +40,10 @@ 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






0 comments on commit 793d257

Please sign in to comment.