mirror of
https://github.com/EpicMorg/docker-scripts.git
synced 2024-12-25 14:15:38 +03:00
php tag fix
This commit is contained in:
parent
0506c6a164
commit
52e6be211d
@ -1,6 +1,6 @@
|
|||||||
version: '3.9'
|
version: '3.9'
|
||||||
services:
|
services:
|
||||||
app:
|
app:
|
||||||
image: "epicmorg/php:7.2"
|
image: "epicmorg/php:php7.2"
|
||||||
build:
|
build:
|
||||||
context: .
|
context: .
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
version: '3.9'
|
version: '3.9'
|
||||||
services:
|
services:
|
||||||
app:
|
app:
|
||||||
image: "epicmorg/php:7.3"
|
image: "epicmorg/php:php7.3"
|
||||||
build:
|
build:
|
||||||
context: .
|
context: .
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
version: '3.9'
|
version: '3.9'
|
||||||
services:
|
services:
|
||||||
app:
|
app:
|
||||||
image: "epicmorg/php:7.4"
|
image: "epicmorg/php:php7.4"
|
||||||
build:
|
build:
|
||||||
context: .
|
context: .
|
||||||
|
Loading…
Reference in New Issue
Block a user