mirror of
https://github.com/vimagick/dockerfiles.git
synced 2025-02-09 13:47:10 +02:00
nextcloud switched to official
This commit is contained in:
parent
8e4797f9cc
commit
5722b83762
@ -255,7 +255,7 @@ A collection of delicious docker recipes.
|
|||||||
- [ ] python
|
- [ ] python
|
||||||
- [x] gogs :cn:
|
- [x] gogs :cn:
|
||||||
- [x] haproxy
|
- [x] haproxy
|
||||||
- [x] indiehosters/nextcloud
|
- [x] nextcloud
|
||||||
- [x] jazzdd/phpvirtualbox
|
- [x] jazzdd/phpvirtualbox
|
||||||
- [x] jenkins
|
- [x] jenkins
|
||||||
- [x] jupyter/notebook
|
- [x] jupyter/notebook
|
||||||
|
@ -1,6 +1,8 @@
|
|||||||
nextcloud
|
nextcloud
|
||||||
=========
|
=========
|
||||||
|
|
||||||
|
:warning: IT'S DEPRECATED! PLEASE USE OFFICIAL DOCKER IMAGE: [nextcloud](https://hub.docker.com/_/nextcloud/)
|
||||||
|
|
||||||
[Nextcloud][1] puts your data at your fingertips, under your control.
|
[Nextcloud][1] puts your data at your fingertips, under your control.
|
||||||
|
|
||||||
## docker-compose.yml
|
## docker-compose.yml
|
||||||
|
11
nextcloud/arm/docker-compose.yml
Normal file
11
nextcloud/arm/docker-compose.yml
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
nextcloud:
|
||||||
|
image: arm32v7/nextcloud
|
||||||
|
ports:
|
||||||
|
- "8080:80"
|
||||||
|
volumes:
|
||||||
|
- ./data:/var/www/html
|
||||||
|
environment:
|
||||||
|
- SQLITE_DATABASE=/var/www/html/data/nextcloud.db
|
||||||
|
- NEXTCLOUD_ADMIN_USER=admin
|
||||||
|
- NEXTCLOUD_ADMIN_PASSWORD=admin
|
||||||
|
restart: always
|
Loading…
x
Reference in New Issue
Block a user