File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ services:
3131 image : solutiondrive/docker-shopware-container:shopware5.4.6-php7.2
3232 environment :
3333 - TZ=Europe/Berlin
34- - MYSQL_DATABASE=shopware546_php7.2
34+ - DB_DATABASE=shopware54_php72
3535 - WEB_HOST=localhost:10870
3636 volumes :
3737 - shared_www:/var/www:delegated
@@ -47,7 +47,7 @@ services:
4747 image : solutiondrive/docker-shopware-container:shopware5.4.6-php7.1
4848 environment :
4949 - TZ=Europe/Berlin
50- - MYSQL_DATABASE=shopware546_php7.0
50+ - DB_DATABASE=shopware54_php71
5151 - WEB_HOST=localhost:10871
5252 volumes :
5353 - shared_www:/var/www:delegated
@@ -63,7 +63,7 @@ services:
6363 image : solutiondrive/docker-shopware-container:shopware5.4.6-php7.0
6464 environment :
6565 - TZ=Europe/Berlin
66- - MYSQL_DATABASE=shopware546_php7.0
66+ - DB_DATABASE=shopware54_php70
6767 - WEB_HOST=localhost:10870
6868 volumes :
6969 - shared_www:/var/www:delegated
You can’t perform that action at this time.
0 commit comments