다른 도커 컨테이너 설치법과 조금 달라서 해맸는데, 공식 문서에 굉장히 잘 나와있다. nodejs.org/ko/docs/guides/nodejs-docker-webapp/ Node.js 웹 앱의 도커라이징 | Node.js Node.js® is a JavaScript runtime built on Chrome's V8 JavaScript engine. nodejs.org docker run \ -p [LOCAL PORT]:8080 \ --mount type=bind,source="$(pwd)",target=/data/clbapi/app \ --name=[APP] \ --network=[APP NETWORK] \ -d [APP]:0.0.0
[Server/Linux] - Linux / INDEX 0. 디스크와 파티션 목록 확인 1. 파티션 생성 2. 파티션 포맷 3. UUID 확인 4. 마운트 5. 6. 7. 0. 디스크와 파티션 목록 확인 sudo fdisk -l 시스템의 디스크와 파티션 목록을 확인한다. root@ubuntu:/home/ruungji# fdisk -l Disk /dev/sda: 111.81 GiB, 120034123776 bytes, 234441648 sectors Disk model: GIGABYTE GP-GSTF Units: sectors of 1 * 512 = 512 bytes Sector size (logical/physical): 512 bytes / 512 bytes I/O size (minimum/optima..
request entity too large BadRequest expected filesize during file sync in shared folder https://github.com/nextcloud/docker/issues/762 BadRequest expected filesize during file sync in shared folder · Issue #762 · nextcloud/docker I'm using nextcloud docker image behind the https://github.com/jwilder/nginx-proxy Using the nextcloud-desktop client to sync my files, I'm getting a BadRequest respons..
NextCloud 공식 문서 docs.nextcloud.com/server/15/admin_manual/contents.html Table of contents — Nextcloud 15 Administration Manual 15 documentation © Copyright 2020 Nextcloud GmbH docs.nextcloud.com NextCloud 디렉토리 생성 sudo mkdir -p /data/nextcloud/nextcloud sudo mkdir -p /data/nextcloud/apps sudo mkdir -p /data/nextcloud/config sudo mkdir -p /data/nextcloud/data sudo mkdir -p /data/nextcloud/theme Ma..