Fix capitalization of Nextcloud project

This commit is contained in:
Kienan Stewart 2022-09-10 15:54:35 -04:00
parent 84abb843db
commit 0fdafd7b8a
1 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
# NextCloud Container
# Nextcloud Container
## Running in a local development environment
@ -43,10 +43,10 @@ podman-compose exec nc-db mysqldump nextcloud | gzip -9 > nextcloud.sql.gz
## Production deployments
Rootless container for NextCloud with the frontend being provided by Traefik,
Rootless container for Nextcloud with the frontend being provided by Traefik,
which is running as a rootful container to bind to ports 80 and 443.
1. Create a user for the NextCloud application (eg. nextcloud)
1. Create a user for the Nextcloud application (eg. nextcloud)
2. Enable linger for the user
3. Create the web network if it doesn't exist
@ -73,7 +73,7 @@ COMPOSE_PATH_SEPARATOR=:
COMPOSE_PROJECT_NAME=nc
```
6. Deploy a systemd service file for NextCloud, eg.
6. Deploy a systemd service file for Nextcloud, eg.
```
# /etc/systemd/user/nextcloud.service