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