Skip to content

Commit 01aa260

Browse files
committed
fix: remove usage of restricting to http2
1 parent 6a115ad commit 01aa260

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

frameworks/Python/litestar/litestar-granian-orm.dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ EXPOSE 8080
1717

1818
ENV CONNECTION=ORM
1919

20-
CMD granian --interface asgi app:app --host '0.0.0.0' --port 8080 --workers $(nproc) --http 2
20+
CMD granian --interface asgi app:app --host '0.0.0.0' --port 8080 --workers $(nproc)

frameworks/Python/litestar/litestar-granian.dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ COPY . ./
1515

1616
EXPOSE 8080
1717

18-
CMD granian --interface asgi app:app --host '0.0.0.0' --port 8080 --workers $(nproc) --http 2
18+
CMD granian --interface asgi app:app --host '0.0.0.0' --port 8080 --workers $(nproc)

0 commit comments

Comments
 (0)