OJS v3 docker environment with required extensions installed for simple deployment purpose
/var/www/html/var/www/ojs-datafiles_dirconfig.inc.php (if needed)docker run -p 8443:443 -v ./ojs:/var/www/ojs-data --name ojs-apache ojs-apache:latest
ojs3:
image: pizaini/ojs-apache
container_name: ojs3
ports:
- "8443:443"
- "8080:80"
Extract and copy to document root (all files in parent directory)
/var/www/html
The OJS files directory is located by default in
/var/www/ojs-data
Content type
Image
Digest
sha256:2f456e35f…
Size
228.7 MB
Last updated
2 months ago
docker pull pizaini/ojs-apache