Skip to content

Commit

Permalink
docs: fixing instructions for upgrading app when running with podman
Browse files Browse the repository at this point in the history
  • Loading branch information
bochaco committed Dec 12, 2024
1 parent dacfb8e commit c089382
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,8 @@ $ podman logs -f formicaio-pod-formicaio
Upgrading the application (without stopping the running node instances) can be simply achieved by pulling the new Formicaio image and restarting the service:
```
$ podman pull docker.io/bochaco/formicaio:latest
$ podman stop formicaio-pod-formicaio
$ podman start formicaio-pod-formicaio
$ 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
```

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

0 comments on commit c089382

Please sign in to comment.