Skip to content

Commit

Permalink
Add resource limits to adminer
Browse files Browse the repository at this point in the history
  • Loading branch information
a-h-abid authored Nov 3, 2024
1 parent 779ae3b commit 02dccec
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions adminer/compose.adminer.example.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ services:
image: 'adminer:${ADMINER_IMAGE_TAG:-4.8.1}'
env_file:
- .env
deploy:
resources:
limits:
memory: 256MB
networks:
- common-net
ports:
Expand Down

0 comments on commit 02dccec

Please sign in to comment.