Skip to content

Commit ecd812a

Browse files
committed
doc: docker-compose
Redundant line, additional badge
1 parent 92c6372 commit ecd812a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ succulent - Collect POST requests easily
88

99
<p align="center">
1010
<img alt="PyPI Version" src="https://img.shields.io/pypi/v/succulent.svg">
11+
<img alt="PyPI - Python Version" src="https://img.shields.io/pypi/pyversions/succulent.svg">
1112
<img alt="PyPI - Downloads" src="https://img.shields.io/pypi/dm/succulent.svg">
1213
<a href="https://aur.archlinux.org/packages/python-succulent">
1314
<img alt="AUR package" src="https://img.shields.io/aur/version/python-succulent?color=blue&label=Arch%20Linux&logo=arch-linux">
@@ -131,7 +132,6 @@ services:
131132
- ./configuration.yml:/succulent-app/configuration.yml
132133
environment:
133134
- GUNICORN_WORKERS=2
134-
command: gunicorn -b 0.0.0.0:8080 -w 2 -t 120 run:app
135135
```
136136
137137
Next create a `configuration.yml` file in the root directory. Here's an example of a configuration file:

0 commit comments

Comments
 (0)