Sfoglia il codice sorgente

Updated setup to version 2.0.0-1

Mark Shust 9 anni fa
parent
commit
93fdeb2378
2 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. 1 1
      README.md
  2. 1 1
      docker-compose.yml

+ 1 - 1
README.md

@@ -63,7 +63,7 @@ dbdata:
     - /var/lib/mysql
 
 setup:
-  image: mageinferno/magento2-setup:2.0.0-0
+  image: mageinferno/magento2-setup:2.0.0-1
   links:
     - db
   volumes_from:

+ 1 - 1
docker-compose.yml

@@ -48,7 +48,7 @@ dbdata:
     - /var/lib/mysql
 
 setup:
-  image: mageinferno/magento2-setup:2.0.0-0
+  image: mageinferno/magento2-setup:2.0.0-1
   links:
     - db
   volumes_from: