Skip to content

Commit

Permalink
Merge pull request #302 from rubygems/compose-enhancements
Browse files Browse the repository at this point in the history
docker-compose enhancements
  • Loading branch information
colby-swandale authored Oct 31, 2024
2 parents b36bee4 + 0f9fca8 commit 294ae85
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
version: '3'
services:
db:
image: mysql:5.7
environment:
MYSQL_ROOT_PASSWORD: shipit
ports:
- '3306:3306'
ulimits:
nofile:
soft: 262144
hard: 262144

0 comments on commit 294ae85

Please sign in to comment.