Skip to content
This repository has been archived by the owner on Aug 28, 2023. It is now read-only.

Commit

Permalink
Merge pull request #82 from pagemachine/php-cli
Browse files Browse the repository at this point in the history
Use CLI PHP image
  • Loading branch information
mbrodala authored Oct 21, 2021
2 parents a290657 + bb179ef commit 13f7c5c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ version: '3'

services:
app:
image: thecodingmachine/php:${PHP_VERSION:-7.2}-v3-fpm
image: thecodingmachine/php:${PHP_VERSION:-7.2}-v3-cli
environment:
TYPO3_VERSION: ${TYPO3_VERSION:-^9.5}
TYPO3_ORG_PASSWORD:
TYPO3_ORG_USERNAME:
volumes:
- ./:/var/www/html
- ./:/usr/src/app

0 comments on commit 13f7c5c

Please sign in to comment.