initial commit
This commit is contained in:
11
nextcloud/docker-compose.yml
Normal file
11
nextcloud/docker-compose.yml
Normal file
@ -0,0 +1,11 @@
|
||||
version: '2'
|
||||
|
||||
services:
|
||||
nextcloud:
|
||||
image: nextcloud:production
|
||||
restart: always
|
||||
ports:
|
||||
- 80:80
|
||||
volumes:
|
||||
- /data:/data:rw
|
||||
- ./data:/var/www/html
|
Reference in New Issue
Block a user