|
@@ -4,7 +4,7 @@ services:
|
|
|
nginxsrv:
|
|
|
image: nginx:alpine
|
|
|
ports:
|
|
|
- - "80:80"
|
|
|
+ - "8080:8080"
|
|
|
- "443:443"
|
|
|
volumes:
|
|
|
- $PWD/conf/etc/localtime:/etc/localtime:ro
|
|
@@ -21,7 +21,7 @@ services:
|
|
|
redisrv:
|
|
|
image: redis:alpine
|
|
|
ports:
|
|
|
- - "6379:6379"
|
|
|
+ - "6380:6379"
|
|
|
volumes:
|
|
|
- $PWD/conf/etc/localtime:/etc/localtime:ro
|
|
|
- $PWD/conf/redis/6379.conf:/usr/local/etc/redis/redis.conf
|
|
@@ -128,3 +128,4 @@ services:
|
|
|
command: [docker-start]
|
|
|
depends_on:
|
|
|
- "redisrv"
|
|
|
+ docker tag 39.97.239.116:5000/php-zts-debug:7.3.18 php-zts-debug:7.3.18
|