Skip to content

Commit 4d86303

Browse files
authored
Adjust docker compose command syntax (#324)
1 parent 561fdf7 commit 4d86303

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/advanced/your-own-containers.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -430,6 +430,6 @@ If the file is named `docker-compose.yml` and is located in the current working
430430

431431
If the file has some other name or is located elsewhere in the file system:
432432

433-
docker compose up -d /path/to/something.yml
433+
docker compose -f /path/to/something.yml up -d
434434

435435
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

Comments
 (0)