Skip to content

Commit 49e56fc

Browse files
author
Alan Kent
committed
Pointing to official dockerhub image.
1 parent 13305ca commit 49e56fc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docker-compose.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ services:
88
web:
99
container_name: proj1-m2web
1010
restart: always
11-
image: magento2devbox-web:latest
11+
image: alankent/magento2devbox-web:latest
1212
volumes:
1313

1414
# LEAVE THIS LINE COMMENTED OUT IF YOU ARE USING UNISON.
@@ -35,6 +35,7 @@ services:
3535
#- "./shared/.magento-cloud:/home/magento2/.magento-cloud"
3636

3737
environment:
38+
# TODO: Prune back these variables.
3839
- SHARED_CODE_PATH="/home/magento2/magento2"
3940
- USE_RABBITMQ=0
4041
- USE_REDIS_FULL_PAGE_CACHE=0

0 commit comments

Comments
 (0)