mirror of
https://github.com/buckley310/nixos-config.git
synced 2024-11-09 18:47:02 +00:00
phpipam: remove docker configuration
This commit is contained in:
parent
4b3a4562d2
commit
aa42b68ca5
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ let
|
||||||
cp -r "$src" "$out"
|
cp -r "$src" "$out"
|
||||||
chmod +w "$out"
|
chmod +w "$out"
|
||||||
echo '<?php
|
echo '<?php
|
||||||
require("config.docker.php");
|
require("config.dist.php");
|
||||||
$db["user"] = "nginx";
|
$db["user"] = "nginx";
|
||||||
require("/etc/phpipam_config.php");' >"$out/config.php"
|
require("/etc/phpipam_config.php");' >"$out/config.php"
|
||||||
'';
|
'';
|
||||||
|
|
Loading…
Reference in a new issue