移除无效文件
This commit is contained in:
parent
a8fec8d6bc
commit
1bd1139c1d
|
|
@ -1,16 +0,0 @@
|
||||||
version: '3.8'
|
|
||||||
|
|
||||||
services:
|
|
||||||
fingerprint-service:
|
|
||||||
build: .
|
|
||||||
container_name: gd10086-fingerprint-service
|
|
||||||
restart: unless-stopped
|
|
||||||
ports:
|
|
||||||
- "10086:8000"
|
|
||||||
environment:
|
|
||||||
- TZ=Asia/Shanghai
|
|
||||||
volumes:
|
|
||||||
- /dev/shm:/dev/shm
|
|
||||||
security_opt:
|
|
||||||
- seccomp=unconfined
|
|
||||||
|
|
||||||
Loading…
Reference in New Issue