10 lines
375 B
Markdown
10 lines
375 B
Markdown
Don't forget to create a .env file:
|
|
envADMIN_USERNAME=admin
|
|
ADMIN_PASSWORD=your_secure_password
|
|
NEXTCLOUD_DOMAIN=cloud.rozic-dev.com
|
|
Before deploying:
|
|
|
|
Create the data directory: sudo mkdir -p /mnt/nextcloud/data
|
|
Set proper permissions: sudo chown -R www-data:www-data /mnt/nextcloud/data
|
|
Make sure the Traefik network exists
|
|
Update the domain in the Traefik labels if needed |