Skip to content

Commit 5ffef8f

Browse files
authored
Update Dockerfile
1 parent 7091982 commit 5ffef8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

base-slim/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ ENV DATABASE_URL=mysql://root:root@127.0.0.1/shopware \
2323
NPM_CONFIG_FUND=false \
2424
NPM_CONFIG_AUDIT=false \
2525
NPM_CONFIG_UPDATE_NOTIFIER=false \
26-
MAILER_DSN=smtp://smtp:1025
26+
MAILER_DSN=smtp://127.0.0.1:1025
2727

2828
COPY --link rootfs /
2929

0 commit comments

Comments
 (0)