Skip to content

Instantly share code, notes, and snippets.

@joepreludian
Created June 19, 2022 14:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save joepreludian/6633afdb311979211ff0b79b5aa53a96 to your computer and use it in GitHub Desktop.
Save joepreludian/6633afdb311979211ff0b79b5aa53a96 to your computer and use it in GitHub Desktop.
Create a docker-compose file with blackd service
version: "3.9"
services:
blackd:
restart: always
image: docker.io/pyfound/black
command: blackd --bind-host 0.0.0.0 --bind-port 45484
ports:
- "45484:45484"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment