Skip to content

intersectRaven/nextcloud-php8-cron

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors