You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: docs/advanced/your-own-containers.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -430,6 +430,6 @@ If the file is named `docker-compose.yml` and is located in the current working
430
430
431
431
If the file has some other name or is located elsewhere in the file system:
432
432
433
-
docker compose up -d /path/to/something.yml
433
+
docker compose -f /path/to/something.yml up -d
434
434
435
435
Remember to create the `APPNAME.domain.tld` subdomain at cloudflare [or wherever your DNS is] and create the required `/opt/APPNAME` directory tree prior to running that command.
0 commit comments