feat: ipam is installed

This commit is contained in:
Simon Cornet 2026-02-18 18:05:40 +01:00
commit d7787a586a

View file

@ -42,7 +42,7 @@
IPAM_DATABASE_PASS: "{{ phpipam_db_password }}"
IPAM_DATABASE_NAME: "{{ phpipam_db_name }}"
IPAM_TRUST_X_FORWARDED: "true"
IPAM_DISABLE_INSTALLER: "false"
IPAM_DISABLE_INSTALLER: "true"
# global
TZ: "{{ timezone }}"