mirror of
https://github.com/vimagick/dockerfiles.git
synced 2024-12-23 01:39:27 +02:00
9 lines
183 B
YAML
9 lines
183 B
YAML
|
version: "3.8"
|
||
|
services:
|
||
|
rembg:
|
||
|
image: danielgatis/rembg:2
|
||
|
command: s --host 0.0.0.0 --port 7000 --log_level info
|
||
|
ports:
|
||
|
- "7000:7000"
|
||
|
restart: unless-stopped
|