mydomain.duckns
into your personal domain and the duckdnstoken
into your token and remove the brackets.
@@ -61,26 +60,25 @@ Alternatively, you can create a new file mealie.subdomain.conf
in p
!!! example "mealie.subdomain.conf"
```yaml
- server {
- listen 443 ssl http2;
- listen [::]:443 ssl http2;
+server {
+ listen 443 ssl http2;
+ listen [::]:443 ssl http2;
- server_name mealie.*;
+ server_name mealie.*;
- include /config/nginx/ssl.conf;
+ include /config/nginx/ssl.conf;
- client_max_body_size 0;
+ client_max_body_size 0;
- location / {
- include /config/nginx/proxy.conf;
- include /config/nginx/resolver.conf;
- set $upstream_app mealie-frontend;
- set $upstream_port 3000;
- set $upstream_proto http;
- proxy_pass $upstream_proto://$upstream_app:$upstream_port;
- }
-
- }
+ location / {
+ include /config/nginx/proxy.conf;
+ include /config/nginx/resolver.conf;
+ set $upstream_app mealie-frontend;
+ set $upstream_port 3000;
+ set $upstream_proto http;
+ proxy_pass $upstream_proto://$upstream_app:$upstream_port;
+ }
+}
```
## Step 4: Port-forward port 443
diff --git a/docs/docs/documentation/getting-started/installation/installation-checklist.md b/docs/docs/documentation/getting-started/installation/installation-checklist.md
index 2391d2d3a01d..5c16abefdd0e 100644
--- a/docs/docs/documentation/getting-started/installation/installation-checklist.md
+++ b/docs/docs/documentation/getting-started/installation/installation-checklist.md
@@ -72,7 +72,7 @@ After you've decided setup the files it's important to set a few ENV variables t
After you've configured your database and updated the `docker-compose.yaml` files, you can start Mealie by running the following command in the directory where you've added your `docker-compose.yaml`.
```bash
-$ docker-compose up -d
+$ docker compose up -d
```
You should see the containers start up without error. You should now be able to access the Mealie frontend at [http://localhost:9925](http://localhost:9925).
@@ -107,13 +107,11 @@ See all available tags on [GitHub](https://github.com/mealie-recipes/mealie/pkgs
The nightly build are the latest and greatest builds that are built directly off of every commit to the `mealie-next` branch and as such may contain bugs. These are great to help the community catch bugs before they hit the stable release or if you like living on the edge.
-`ghrc.io/mealie-recipes/mealie:{{ $t("general.confirm-delete-generic-with-name", { name: $t('cookbook.cookbook') }) }}
+{{ deleteTarget.name }}
+