feat: disable installer

This commit is contained in:
Simon Cornet 2026-04-21 15:04:56 +02:00
commit 00e4d0a604

View file

@ -41,7 +41,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 }}"