Update Docker file for logo

This commit is contained in:
Conrad Schulz 2021-01-09 17:05:50 +01:00
parent 2ad8c4ac3a
commit 4fc61f0bf2

View file

@ -14,7 +14,7 @@ services:
volumes: volumes:
- ./wikidata/images:/var/www/html/images - ./wikidata/images:/var/www/html/images
- ./wikidata/uploads.ini:/usr/local/etc/php/conf.d/uploads.ini:ro - ./wikidata/uploads.ini:/usr/local/etc/php/conf.d/uploads.ini:ro
- ./wikidata/IMG_3131.png:/var/www/html/resources/assets/IMG_3131.png - ./wikidata/Wiki_Logo.png:/var/www/html/resources/assets/Wiki_Logo.png
#- ./wikidata/extensions:/var/www/html/extensions #- ./wikidata/extensions:/var/www/html/extensions
# After initial setup, download LocalSettings.php to the same directory as # After initial setup, download LocalSettings.php to the same directory as
# this yaml and uncomment the following line and use compose to restart # this yaml and uncomment the following line and use compose to restart