Browse Source

change default docker apache port to avoid conflicts

SiM 5 years ago
parent
commit
c47d4d200d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docker-compose.yml

+ 1 - 1
docker-compose.yml

@@ -12,7 +12,7 @@ services:
     apache-php:
         build: ./docker/apache-php
         ports:
-            - "80:80"
+            - "8088:80"
         links:
             - db
         volumes: