update ip

This commit is contained in:
Kameron Kenny - pi501 2024-04-12 09:57:56 -04:00
parent e0b802c3b6
commit 185480ad14
1 changed files with 5 additions and 4 deletions

View File

@ -29,9 +29,10 @@ services:
- /etc/localtime:/etc/localtime:ro
networks:
infra_dev_net:
ipv4_address: 10.99.22.12
ipv4_address: 10.99.23.12
depends_on:
- db
db:
image: mysql:8
restart: always
@ -44,4 +45,4 @@ services:
- gitea-mysql:/var/lib/mysql
networks:
infra_dev_net:
ipv4_address: 10.99.22.13
ipv4_address: 10.99.23.13