fixed typo

This commit is contained in:
Snogard 2023-07-26 21:10:05 +02:00
parent 5414c57faa
commit fabe7a855f

View File

@ -75,7 +75,7 @@ podman create \
-v $dstConfigPath:/var/www/html/config \
-v $dstDataPath:/var/www/html/data \
-v $dstThemePath:/var/www/html/themes/custom \
-e NEXTCLOUD_TRUSTED_DOMAINS="$trused_domains" \
-e NEXTCLOUD_TRUSTED_DOMAINS="$trusted_domains" \
-e MYSQL_DATABASE=nextcloud \
-e MYSQL_USER=nextcloud \
-e MYSQL_PASSWORD=mariadb_password \