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"
|
||||
|
||||
graphdb:
|
||||
image: rnsrk/graphdb
|
||||
image: rnsrk/graphdb:latest
|
||||
container_name: graphdb
|
||||
restart: unless-stopped
|
||||
build:
|
||||
|
|
|
|||
|
|
@ -63,6 +63,7 @@ if ! [ -d /opt/drupal/web ]
|
|||
mv /settings.php web/sites/default/settings.php
|
||||
|
||||
# Set permissions
|
||||
chmod -R 775 /opt/drupal
|
||||
chmod -R 644 web/sites/default/settings.php
|
||||
chown -R www-data:www-data /opt/drupal
|
||||
else
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue