Skip to content

Commit 821e868

Browse files
authored
chore: increase CPU allocation for mariadb service
1 parent 911a61e commit 821e868

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend-go/docker-compose.prod.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ services:
22
mariadb:
33
image: mariadb:lts
44
container_name: ftoolbox-mariadb
5-
cpus: "1.0"
5+
cpus: "2.0"
66
env_file:
77
- ./ftoolbox-backend.env
88
volumes:

0 commit comments

Comments
 (0)