aggiunto fmd
This commit is contained in:
15
fmd/docker-compose.yml
Normal file
15
fmd/docker-compose.yml
Normal file
@ -0,0 +1,15 @@
|
||||
# https://gitlab.com/Nulide/findmydeviceserver
|
||||
# https://gitlab.com/Nulide/findmydevice/-/wikis/PERMISSION-WRITE_SECURE_SETTINGS
|
||||
|
||||
services:
|
||||
fmd:
|
||||
image: registry.gitlab.com/nulide/findmydeviceserver: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
|
Reference in New Issue
Block a user