From c0ed75757aadbb7223451551b11b776e13ecf087 Mon Sep 17 00:00:00 2001 From: iotcat Date: Sun, 19 Jun 2022 13:56:01 +0800 Subject: [PATCH] home-cloud --- home.yimian.xyz/docker-compose.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/home.yimian.xyz/docker-compose.yml b/home.yimian.xyz/docker-compose.yml index 5a5787d..c1313f8 100644 --- a/home.yimian.xyz/docker-compose.yml +++ b/home.yimian.xyz/docker-compose.yml @@ -26,6 +26,7 @@ services: - registry - php-fpm - v2ray + - nextcloud @@ -123,6 +124,14 @@ services: - registry + nextcloud: + image: nextcloud + container_name: nextcloud + restart: always + volumes: + - "/home/data/nextcloud:/var/www/html" + ports: + - "8888:80" # networks setting