Install FLECS Core With Docker Compose
Prerequisites for Docker Compose Installation
Installation
services:
flecs:
image: flecspublic.azurecr.io/flecs/filip:latest
restart: always
network_mode: host
volumes:
- /run/docker.sock:/var/run/docker.sock
environment:
VERSION_CORE: latest
VERSION_WEBAPP: latestLast updated
Was this helpful?