Files
docker-compose/fmd/docker-compose.yml
2025-05-15 21:55:47 +02:00

16 lines
464 B
YAML

# https://gitlab.com/Nulide/findmydeviceserver
# https://gitlab.com/Nulide/findmydevice/-/wikis/PERMISSION-WRITE_SECURE_SETTINGS
# https://gitlab.com/fmd-foss/fmd-server
services:
fmd:
image: registry.gitlab.com/fmd-foss/fmd-server:latest
container_name: fmd
user: 1000:1000
mem_limit: 128m
ports:
- 127.0.0.1:3015:8080
volumes:
- './fmddata/db/:/fmd/db/'
- './config.yml:/fmd/config.yml:ro'
restart: unless-stopped