We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4df9f8a commit 4f6f6baCopy full SHA for 4f6f6ba
docker-compose.override-sample.yml
@@ -8,7 +8,7 @@ services:
8
9
#For development only
10
mailhog:
11
- image: mailhog/mailhog
+ image: axllent/mailpit
12
labels:
13
com.symfony.server.service-prefix: 'MAILER'
14
ports:
docker-compose.yml
@@ -26,6 +26,8 @@ services:
26
- ${MYSQL_PORT:-3306}:3306
27
networks:
28
- sylius
29
+ volumes:
30
+ - sylius-mysql-data:/var/lib/mysql:rw
31
32
# postgres:
33
# image: postgres:14-alpine
@@ -40,3 +42,6 @@ services:
40
42
41
43
sylius:
44
driver: bridge
45
+
46
+volumes:
47
+ sylius-mysql-data:
0 commit comments