diff --git a/compose.yml b/compose.yml index 5ca2480..2d50ea4 100644 --- a/compose.yml +++ b/compose.yml @@ -9,8 +9,8 @@ services: condition: on-failure resources: limits: - cpus: "0.1" + cpus: "0.5" memory: "300m" restart: always ports: - - "7010:3000" \ No newline at end of file + - "7016:3000" \ No newline at end of file