Update running instructions in readme
This commit is contained in:
parent
de02ff9bd7
commit
65dc17acde
|
@ -7,6 +7,8 @@
|
||||||
podman build --build-arg FOUNDRY_VERSION=10.285 -t foundry:10.285 .
|
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
|
||||||
|
```
|
||||||
|
|
Loading…
Reference in New Issue