Skip to content

Commit

Permalink
Adjust docker compose command syntax (#324)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin2kkelly authored Dec 29, 2024
1 parent 561fdf7 commit 4d86303
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/advanced/your-own-containers.md
Original file line number Diff line number Diff line change
Expand Up @@ -430,6 +430,6 @@ If the file is named `docker-compose.yml` and is located in the current working

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

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

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 comments on commit 4d86303

Please sign in to comment.