Compare commits

..

No commits in common. "main" and "1.0" have entirely different histories.
main ... 1.0

2 changed files with 1 additions and 2 deletions

View file

@ -33,7 +33,7 @@ services:
SOLR_JAVA_MEM: "-Xms256M -Xmx512M" SOLR_JAVA_MEM: "-Xms256M -Xmx512M"
graphdb: graphdb:
image: rnsrk/graphdb:latest image: rnsrk/graphdb
container_name: graphdb container_name: graphdb
restart: unless-stopped restart: unless-stopped
build: build:

View file

@ -63,7 +63,6 @@ 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