Skip to content

Commit 5a2c6b6

Browse files
committed
SDK-1039: Use official Composer Docker container
1 parent 5daa604 commit 5a2c6b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ services:
1717
- ../:/usr/share/nginx/html/sdk
1818

1919
composer:
20-
image: composer/composer:php7
20+
image: composer
2121
volumes:
2222
- ./:/usr/share/nginx/html
2323
- ../:/usr/share/nginx/html/sdk

0 commit comments

Comments
 (0)