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