You've already forked dockerfiles
mirror of
https://github.com/vimagick/dockerfiles.git
synced 2025-08-08 22:27:53 +02:00
nextcloud switched to official
This commit is contained in:
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
|
Reference in New Issue
Block a user