Skip to content

Commit

Permalink
FIX: The http call is now executed correctly.
Browse files Browse the repository at this point in the history
  • Loading branch information
TumTum committed Sep 6, 2021
1 parent d31f95c commit 4512171
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions docker-compose.yml
Expand Up @@ -8,7 +8,7 @@ services:
command: installOxid
working_dir: /var/www/oxid-esale
volumes:
- ./oxid-esale:/var/www/oxideshop:cached
- ./oxid-esale:/var/www/oxid-esale:cached
- ./:/oxrun
- ./docker/bin/installOxid.sh:/usr/local/bin/installOxid
links:
Expand Down Expand Up @@ -40,6 +40,8 @@ services:
TZ: Europe/Berlin
networks:
- internal
volumes:
- mysql-data:/var/lib/mysql

webserver:
container_name: oxid_webserver
Expand All @@ -58,6 +60,9 @@ services:
internal:
aliases:
- localhost
- oxideshop.local
- oxid-esale.local
networks:
internal:

volumes:
mysql-data:

0 comments on commit 4512171

Please sign in to comment.