mirror of
https://github.com/Thumbscrew/nextcloud-docker-compose.git
synced 2025-01-18 09:35:46 +00:00
remove echo steps
Outputting special characters to files this way doesn't necessarily work
This commit is contained in:
parent
2e22c1ae4d
commit
a431c1d43f
@ -27,15 +27,6 @@ cp .env.example .env
|
||||
- `secrets/nextcloud_admin_user.txt`
|
||||
- `secrets/nextcloud_admin_password.txt`
|
||||
|
||||
```bash
|
||||
# Postgres
|
||||
echo "SuperSecretPassword" > secrets/postgres_password.txt # Replace with your own super secret password
|
||||
|
||||
# Nextcloud
|
||||
echo "admin" > secrets/nextcloud_admin_user.txt # Replace with desired admin username
|
||||
echo "SuperSecretPassword" > secrets/nextcloud_admin_password.txt # Replace with super secret password for admin Nextcloud user
|
||||
```
|
||||
|
||||
6. Bring up the containers!
|
||||
|
||||
```bash
|
||||
|
Loading…
Reference in New Issue
Block a user