Skip to content

Commit 34e07d2

Browse files
committed
Set auto concurrency
1 parent 4972a43 commit 34e07d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-compose.prod.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ services:
55
context: .
66
dockerfile: ./docker/app/Dockerfile
77
environment:
8-
WEB_CONCURRENCY: 5
8+
WEB_CONCURRENCY: auto
99
volumes:
1010
- /var/run/docker.sock:/var/run/docker.sock:ro
1111
- ./config/master.key:/app/config/master.key

0 commit comments

Comments
 (0)