Skip to content

Instantly share code, notes, and snippets.

View erkansivas35's full-sized avatar
🙃
Excited

Erkan Sivas erkansivas35

🙃
Excited
  • İstanbul, Türkiye
View GitHub Profile
version: '2'
services:
faceswap:
image: erkansivas/faceswap
ports:
- "4355:4355"
volumes:
- ./public:/app/public
restart: unless-stopped
@erkansivas35
erkansivas35 / History|7d8d43cd|PNaY.json
Last active April 25, 2022 09:28
Visual Studio Code Settings Sync Gist
{
"workbench.colorTheme": "Default Dark+",
"sync.gist": "6af69ca4af2da15c2fa9472932fa8033"
}