Skip to content

Commit 4512171

Browse files
committed
FIX: The http call is now executed correctly.
1 parent d31f95c commit 4512171

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

docker-compose.yml

+7-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ services:
88
command: installOxid
99
working_dir: /var/www/oxid-esale
1010
volumes:
11-
- ./oxid-esale:/var/www/oxideshop:cached
11+
- ./oxid-esale:/var/www/oxid-esale:cached
1212
- ./:/oxrun
1313
- ./docker/bin/installOxid.sh:/usr/local/bin/installOxid
1414
links:
@@ -40,6 +40,8 @@ services:
4040
TZ: Europe/Berlin
4141
networks:
4242
- internal
43+
volumes:
44+
- mysql-data:/var/lib/mysql
4345

4446
webserver:
4547
container_name: oxid_webserver
@@ -58,6 +60,9 @@ services:
5860
internal:
5961
aliases:
6062
- localhost
61-
- oxideshop.local
63+
- oxid-esale.local
6264
networks:
6365
internal:
66+
67+
volumes:
68+
mysql-data:

0 commit comments

Comments
 (0)