Compare commits
No commits in common. "main" and "1.0" have entirely different histories.
2 changed files with 1 additions and 2 deletions
|
|
@ -33,7 +33,7 @@ services:
|
|||
SOLR_JAVA_MEM: "-Xms256M -Xmx512M"
|
||||
|
||||
graphdb:
|
||||
image: rnsrk/graphdb:latest
|
||||
image: rnsrk/graphdb
|
||||
container_name: graphdb
|
||||
restart: unless-stopped
|
||||
build:
|
||||
|
|
|
|||
|
|
@ -63,7 +63,6 @@ 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