# Re-spin of Docker-Compose install package

> Details on FlowFuse v1.1.1, a re-spin of the Docker-Compose install package with fixes for the platform installation process.

After [yesterdays 1.1.0 FlowFuse release](/blog/2022/11/flowforge-1-1-released/) we noticed a few minor issues with the docker-compose install instructions.

We had relied on the fact we are now publishing container images to Docker Hub to install the new `flowforge/file-server` container. At this time we are only building images for amd64 and arm64. Further, it was only tagged them with the current release number.

To remedy this we tagged v1.1.1 of the docker-compose project in which we have included the required `Dockerfile` and resources to build the `flowforge/file-server` locally, updated the `build-containers.sh` script to build this container. We will also build the published containers for armv7 and include a latest tag going forward.
