Created
June 19, 2022 14:19
-
-
Save joepreludian/6633afdb311979211ff0b79b5aa53a96 to your computer and use it in GitHub Desktop.
Create a docker-compose file with blackd service
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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