Skip to content

Commit

Permalink
One too many -d
Browse files Browse the repository at this point in the history
  • Loading branch information
chazlarson authored Jul 2, 2024
1 parent cacb325 commit 9026a4a
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 @@ -434,6 +434,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 -d /path/to/something.yml
docker compose up -d /path/to/something.yml

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 9026a4a

Please sign in to comment.