added PHP IPAM version - forgot
This commit is contained in:
parent
19e5e83980
commit
d0312ed7e2
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user