File tree Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,6 @@ services:
4
4
5
5
wp_http_server :
6
6
image : nginx:1.13.3-alpine
7
- container_name : wp_http_server
8
7
restart : always
9
8
ports :
10
9
- " 80:80"
@@ -25,7 +24,6 @@ services:
25
24
# PHP_VERSION: 7.0
26
25
# PHP_VERSION: 5.6
27
26
user : ${UID}:www-data
28
- container_name : wp_server
29
27
volumes :
30
28
- ./www/wp_files/:/www
31
29
- ./configs/php/uploads.ini:/usr/local/etc/php/conf.d/uploads.ini
@@ -34,7 +32,6 @@ services:
34
32
35
33
wp_mariadb :
36
34
image : mariadb
37
- container_name : wp_mariadb
38
35
restart : always
39
36
volumes :
40
37
- ./www/wp_DB:/var/lib/mysql
@@ -43,7 +40,6 @@ services:
43
40
44
41
wp_phpmyadmin :
45
42
image : phpmyadmin/phpmyadmin
46
- container_name : wp_phpmyadmin
47
43
restart : always
48
44
environment :
49
45
- PMA_HOST=wp_mariadb
You can’t perform that action at this time.
0 commit comments