Compare commits
2 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
aec8e91d1f | ||
|
|
35bb720f3e |
2 changed files with 2 additions and 1 deletions
|
|
@ -33,7 +33,7 @@ services:
|
||||||
SOLR_JAVA_MEM: "-Xms256M -Xmx512M"
|
SOLR_JAVA_MEM: "-Xms256M -Xmx512M"
|
||||||
|
|
||||||
graphdb:
|
graphdb:
|
||||||
image: rnsrk/graphdb
|
image: rnsrk/graphdb:latest
|
||||||
container_name: graphdb
|
container_name: graphdb
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
build:
|
build:
|
||||||
|
|
|
||||||
|
|
@ -63,6 +63,7 @@ if ! [ -d /opt/drupal/web ]
|
||||||
mv /settings.php web/sites/default/settings.php
|
mv /settings.php web/sites/default/settings.php
|
||||||
|
|
||||||
# Set permissions
|
# Set permissions
|
||||||
|
chmod -R 775 /opt/drupal
|
||||||
chmod -R 644 web/sites/default/settings.php
|
chmod -R 644 web/sites/default/settings.php
|
||||||
chown -R www-data:www-data /opt/drupal
|
chown -R www-data:www-data /opt/drupal
|
||||||
else
|
else
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue