WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

intersectRaven/nextcloud-php8-cron

Repository files navigation

intersectRaven/nextcloud-php8-cron

This is a docker image of the Nextcloud server using PHP8 with JIT being enabled and Cron.

Usage

The simplest way to start a nextcloud server is:

docker run -d intersectraven/nextcloud-php8-cron

This will run the server. It will only be reachable from the docker host by using the container ip address.

Exposing the ports from the host:

docker run -d -p 8080:80 intersectraven/nextcloud-php8-cron

This will make Nextcloud reachable under http://localhost:8080 from your host system.

For information to further configuration, please consult the official Nextcloud documentation.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages