ayHaru il y a 4 ans
Parent
commit
170753012c
1 fichiers modifiés avec 3 ajouts et 2 suppressions
  1. 3 2
      docker-compose-dev.yml

+ 3 - 2
docker-compose-dev.yml

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