We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ba7db5 commit 4f21421Copy full SHA for 4f21421
docker-compose.yaml
@@ -1,9 +1,10 @@
1
-version: '3'
+version: '3.4'
2
3
services:
4
app:
5
build:
6
context: .
7
+ target: symfony_docker_php
8
args:
9
SYMFONY_VERSION: ${SYMFONY_VERSION}
10
STABILITY: ${STABILITY}
@@ -21,7 +22,7 @@ services:
21
22
nginx:
23
24
- dockerfile: ./Dockerfile.nginx
25
+ target: symfony_docker_nginx
26
depends_on:
27
- app
28
volumes:
@@ -35,7 +36,7 @@ services:
35
36
h2-proxy:
37
38
- dockerfile: ./Dockerfile.h2-proxy
39
+ target: symfony_docker_h2-proxy
40
41
- ./docker/h2-proxy/default.conf:/etc/nginx/conf.d/default.conf:ro
42
ports:
0 commit comments