Skip to content

Commit

Permalink
Merge pull request Langres-App#180 from kiloutyg/main
Browse files Browse the repository at this point in the history
corrected the ipv4 addresses
  • Loading branch information
kiloutyg authored Mar 21, 2024
2 parents c9eebe8 + 8376a43 commit cb3ced4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 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






4 changes: 2 additions & 2 deletions install-posign.sh
Original file line number Diff line number Diff line change
Expand Up @@ -99,8 +99,8 @@ done
git fetch origin --force;
git reset --hard origin/main;
git pull --rebase origin main;
bash ./env_update.sh;
bash ./env-update.sh;
sg docker -c "docker compose up --build -d"
fi
fi
fi
fi

0 comments on commit cb3ced4

Please sign in to comment.