Skip to content

Commit bf10c80

Browse files
committed
sync env vars
1 parent 04a2235 commit bf10c80

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

stubs/docker-compose.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,8 @@ services:
7676
mailhog:
7777
image: 'mailhog/mailhog:latest'
7878
ports:
79-
- 1025:1025
80-
- 8025:8025
79+
- '${FORWARD_MAILHOG_PORT:-1025}:1025'
80+
- '${FORWARD_MAILHOG_DASHBOARD_PORT:-8025}:8025'
8181
networks:
8282
- sail
8383
networks:

0 commit comments

Comments
 (0)