File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
version : " 3"
2
2
services :
3
3
php :
4
- container_name : symfony-based-phone-checker_php
5
- image : symfony-based-phone-checker_php
4
+ container_name : ${PROJECT_NAME}_php
5
+ image : ${PROJECT_NAME}_php
6
6
restart : on-failure
7
7
build :
8
8
context : ./php
@@ -17,8 +17,8 @@ services:
17
17
depends_on :
18
18
- mysql
19
19
web :
20
- container_name : symfony-based-phone-checker_web
21
- image : symfony-based-phone-checker_web
20
+ container_name : ${PROJECT_NAME}_web
21
+ image : ${PROJECT_NAME}_web
22
22
build : nginx
23
23
volumes :
24
24
- ./nginx/default.conf:/etc/nginx/conf.d/default.conf
@@ -29,7 +29,7 @@ services:
29
29
env_file :
30
30
- ./.env
31
31
mysql :
32
- container_name : symfony-based-phone-checker_mysql
32
+ container_name : ${PROJECT_NAME}_mysql
33
33
image : mysql:${MYSQL_VERSION}
34
34
restart : on-failure
35
35
env_file :
You can’t perform that action at this time.
0 commit comments