Advertisement
Guest User

Untitled

a guest
Apr 22nd, 2019
202
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. # MediaWiki with SQLite
  2. #
  3. version: '3'
  4. services:
  5. mediawiki:
  6. image: mediawiki:1.31.1
  7. restart: always
  8. ports:
  9. - 8080:80
  10. volumes:
  11. - /var/www/html/images
  12. - ./db:/var/www/data
  13. # You might need to comment these out for initial setup.
  14. - ./ParserFunctions:/var/www/html/extensions/ParserFunctions
  15. - ./LocalSettings.php:/var/www/html/LocalSettings.php
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement