필자는 앞에 wiki.js를 설치를 해보았다. 이번에는 mediawiki 를 구축해보려고 한다. 설치는 항상 간단하게!!! docker-compose.yml version: '3' services: mediawiki: image: mediawiki restart: always ports: - 8080:80 links: - database volumes: - /var/www/html/images # After initial setup, download LocalSettings.php to the same directory as # this yaml and uncomment the following line and use compose to restart # the mediawiki service # - ...