Skip to content

Commit 0228d0a

Browse files
committed
chore(docker): update service name to more general php
1 parent 1310451 commit 0228d0a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
version: '3.4'
22

33
services:
4-
php7:
5-
image: thecodingmachine/php:7.3-v3-slim-apache
4+
php:
5+
image: thecodingmachine/php:7.4-v4-slim-apache
66
volumes:
77
- ./:/var/www/html

0 commit comments

Comments
 (0)