mirror of
https://github.com/vimagick/dockerfiles.git
synced 2026-01-02 19:17:33 +01:00
add nextcloud
This commit is contained in:
7
nextcloud/docker-compose.yml
Normal file
7
nextcloud/docker-compose.yml
Normal file
@@ -0,0 +1,7 @@
|
||||
nextcloud:
|
||||
image: vimagick/nextcloud
|
||||
ports:
|
||||
- "8080:80"
|
||||
volumes:
|
||||
- ./data:/var/www/html/data
|
||||
restart: always
|
||||
Reference in New Issue
Block a user