Skip to content

Commit

Permalink
Update docker-compose.override.sample.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lruozzi9 committed Sep 27, 2024
1 parent 8fc2c6a commit 6ed42ee
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions docker-compose.override.sample.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ services:
mysql:
command: --max_allowed_packet=1073741824
ports:
- "13306:3306"
- "3306:3306"

elasticsearch:
ports:
Expand All @@ -14,15 +14,15 @@ services:

elastichq:
environment:
- HQ_DEFAULT_URL=http://elasticsearch:9200
- HQ_DEFAULT_URL=http://127.0.0.1:9200
ports:
- "5000:5000"

#For development only
mailhog:
image: mailhog/mailhog
mailpit:
image: axllent/mailpit
labels:
com.symfony.server.service-prefix: 'MAILER'
ports:
- "11025:1025"
- "18025:8025"
- "1025:1025"
- "8025:8025"

0 comments on commit 6ed42ee

Please sign in to comment.