fix
This commit is contained in:
parent
9b8b06a693
commit
e3bad28a0a
1 changed files with 2 additions and 1 deletions
|
|
@ -17,11 +17,12 @@
|
||||||
DB_USER = "drupal";
|
DB_USER = "drupal";
|
||||||
DB_PASS = "drupal";
|
DB_PASS = "drupal";
|
||||||
SITE_NAME = "Portfolio";
|
SITE_NAME = "Portfolio";
|
||||||
|
TRUSTED_HOST = "riverside.coldairnetworks.com";
|
||||||
};
|
};
|
||||||
volumes = [
|
volumes = [
|
||||||
"/var/riverside/files:/var/www/html/web/sites/default/files"
|
"/var/riverside/files:/var/www/html/web/sites/default/files"
|
||||||
];
|
];
|
||||||
ports = [ "3011:8080" ];
|
ports = [ "3011:80" ];
|
||||||
depends_on = [ "postgres" ];
|
depends_on = [ "postgres" ];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue