|
@@ -10,6 +10,7 @@ services:
|
|
|
- ../conf/etc/localtime:/etc/localtime:ro
|
|
|
- ../conf/nginx/nginx_admin.conf:/etc/nginx/nginx.conf:ro
|
|
|
- /nfs/gxupload:/var/www/html/data/upload
|
|
|
+ - /mnt/gxlog:/var/nginxlog
|
|
|
# - /nfs/gxmerchant:/var/www/html/merchant
|
|
|
container_name: "gx-nginx"
|
|
|
command: [nginx,'-g','daemon off;']
|
|
@@ -49,6 +50,8 @@ services:
|
|
|
command: [php-fpm]
|
|
|
extra_hosts:
|
|
|
- "docker.hostip:172.17.0.1"
|
|
|
+
|
|
|
+
|
|
|
# networks:
|
|
|
# - net_gxshop
|
|
|
|