差異處
這裏顯示兩個版本的差異處。
兩邊的前次修訂版 前次修改 下次修改 | 前次修改 | ||
tech:nextcloud [2023/11/21 15:26] – [使用 Ubuntu + Docker 安裝方式] jonathan | tech:nextcloud [2023/11/21 16:59] (目前版本) – [使用 Ubuntu + Docker 安裝方式] jonathan | ||
---|---|---|---|
行 21: | 行 21: | ||
- / | - / | ||
ports: | ports: | ||
- | - 80:80 | ||
- 8080:8080 | - 8080:8080 | ||
- | - 8443:8443 | ||
environment: | environment: | ||
- | - APACHE_PORT=3000 | + | - SKIP_DOMAIN_VALIDATION=true |
- | - APACHE_IP_BINDING=0.0.0.0 | + | |
- NEXTCLOUD_DATADIR=/ | - NEXTCLOUD_DATADIR=/ | ||
- NEXTCLOUD_MOUNT=/ | - NEXTCLOUD_MOUNT=/ | ||
行 33: | 行 30: | ||
name: nextcloud_aio_mastercontainer | name: nextcloud_aio_mastercontainer | ||
</ | </ | ||
+ | * 連上 https:// | ||
+ | |||
+ | <note tip> | ||
+ | * 如果第一時間沒有看到 AIO password 可以透過以下方式取得 <cli> | ||
+ | sudo docker exec nextcloud-aio-mastercontainer grep password | ||
+ | </ | ||
+ | </ | ||
+ | |||
+ | ==== 參考網址 ==== | ||
+ | * https:// | ||
===== 使用 PVE 內的 CT Templates 安裝方式 ===== | ===== 使用 PVE 內的 CT Templates 安裝方式 ===== |