added PHP IPAM version - forgot

This commit is contained in:
Bryan Joshua Pedini 2023-10-04 11:05:38 +02:00
parent 19e5e83980
commit d0312ed7e2

View File

@ -1,7 +1,7 @@
--- ---
services: services:
phpipam: phpipam:
image: phpipam/phpipam-www:latest image: phpipam/phpipam-www:${PI_VERSION}
restart: unless-stopped restart: unless-stopped
depends_on: depends_on:
- mariadb - mariadb
@ -41,7 +41,7 @@ services:
- internal - internal
cron: cron:
image: phpipam/phpipam-cron:latest image: phpipam/phpipam-cron:${PI_VERSION}
restart: unless-stopped restart: unless-stopped
depends_on: depends_on:
- mariadb - mariadb