You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-3Lines changed: 6 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,11 +1,14 @@
1
-
# Pimcore PHP-FPM Docker Image
1
+
# Pimcore PHP Docker Image
2
2
3
-
This is a customized `php` Docker image specifically optimized for running [Pimcore](https://github.com/pimcore/pimcore).
3
+
This is are customized PHP Docker images specifically optimized for running [Pimcore](https://github.com/pimcore/pimcore).
4
4
It doesn't include the Pimcore software itself, it just provides an environment that fulfills all system requirements
5
5
of Pimcore, so that you can leverage the full functionality.
6
6
7
7
You can either use this image directly by mounting Pimcore into the container, or as a template for your customized
8
-
ready-to-deploy images. As a starting point please see [example docker-compose configuration](https://github.com/pimcore/skeleton/blob/HEAD/docker-compose.yaml).
8
+
ready-to-deploy images.
9
+
10
+
## Usage
11
+
As a starting point please see [example docker-compose configuration](https://github.com/pimcore/skeleton/blob/HEAD/docker-compose.yaml).
0 commit comments