php tag fix

This commit is contained in:
stam 2021-06-02 19:12:34 +03:00
parent 0506c6a164
commit 52e6be211d
3 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
version: '3.9'
services:
app:
image: "epicmorg/php:7.2"
image: "epicmorg/php:php7.2"
build:
context: .

View File

@ -1,6 +1,6 @@
version: '3.9'
services:
app:
image: "epicmorg/php:7.3"
image: "epicmorg/php:php7.3"
build:
context: .

View File

@ -1,6 +1,6 @@
version: '3.9'
services:
app:
image: "epicmorg/php:7.4"
image: "epicmorg/php:php7.4"
build:
context: .