You may want to customize the fsd.conf and mount a persitent volume using the -v flag
docker run -d \
--name fsd-server \
-p 3010:3010 \
-p 3011:3011 \
-p 6809:6809 \
innohub/fsd-server:1.0-apline
version: '3'
services:
fsd-server:
image: innohub/fsd-server:1.0-apline
volumes:
- ./src:/var/fsd
ports:
- "3010:3010"
- "3011:3011"
- "6809:6809"
networks:
- fsd-net
networks:
fsd-net: