Files
docker-compose/fmd/docker-compose.yml
2025-05-31 18:53:22 +02:00

16 lines
463 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: 64m
ports:
- 127.0.0.1:3015:8080
volumes:
- './fmddata/db/:/fmd/db/'
- './config.yml:/fmd/config.yml:ro'
restart: unless-stopped