From a23659928c6673f7c1b57224a29429ad2bed092e Mon Sep 17 00:00:00 2001
From: hacktohell <hacktohell@yahoo.com>
Date: Sat, 11 Feb 2017 00:58:49 +0530
Subject: [PATCH] Clean up

---
 docker-compose.yml | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/docker-compose.yml b/docker-compose.yml
index 8210fb2..2543f17 100644
--- a/docker-compose.yml
+++ b/docker-compose.yml
@@ -13,14 +13,12 @@ services:
       WORDPRESS_DB_NAME: wordpress
       WORDPRESS_DB_USER: root
       WORDPRESS_DB_PASSWORD: password
-    # links:
-    #   - db:db
     depends_on:
       - db
   db:
     image: mysql:latest # https://hub.docker.com/_/mysql/ - or mariadb https://hub.docker.com/_/mariadb
     ports:
-      - 306:3306 # change ip if required
+      - 3306:3306 # change ip if required
     volumes:
       - ./wp-data:/docker-entrypoint-initdb.d
     environment:
-- 
GitLab