From 65dc17acde1f0f503d95299477f5a550e51c2c96 Mon Sep 17 00:00:00 2001 From: Kienan Stewart Date: Sun, 2 Oct 2022 15:24:39 -0400 Subject: [PATCH] Update running instructions in readme --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8f5b0f2..226bd42 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,8 @@ podman build --build-arg FOUNDRY_VERSION=10.285 -t foundry:10.285 . ``` -# First run: +# Running with podman-compose -`podman run --name foundry -v $(pwd)/data:/var/lib/foundry/data:Z,U -dt -p 30000:30000 foundry` +``` +podman-compose up -d +```