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
1 changed files with 2 additions and 2 deletions

View File

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