Skip to content

Commit

Permalink
docs: minor update to instructions in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
bochaco committed Jan 12, 2025
1 parent 525c55f commit 899cdc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ Upgrading the application (without stopping the running node instances) can be s
```
$ podman pull docker.io/bochaco/formicaio:latest
$ podman rm formicaio-pod-formicaio -f
$ podman run --name formicaio-pod-formicaio -dt -v pod_volume_formicaio:/var/run -v pod_volume_formicaio:/data -e DB_PATH=/data -e DOCKER_SOCKET_PATH=/var/run/docker.sock -e NODE_CONTAINER_IMAGE_TAG=latest --pod formicaio-pod docker.io/bochaco/formicaio:latest
$ podman run --name formicaio-pod-formicaio -dt -v pod_volume_formicaio:/var/run -v pod_volume_formicaio:/data -e DB_PATH=/data -e DOCKER_SOCKET_PATH=/var/run/docker.sock -e NODE_CONTAINER_IMAGE_TAG=latest -e HOME_NETWORK_ONLY=true --pod formicaio-pod docker.io/bochaco/formicaio:latest
```

For stopping the Formicaio app and services simply run:
Expand Down

0 comments on commit 899cdc4

Please sign in to comment.