User Tools

Site Tools


divi:divi-docker

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Last revisionBoth sides next revision
divi:divi-docker [2020/03/18 17:58] josedivi:divi-docker [2020/03/21 15:53] jose
Line 10: Line 10:
      restart: always      restart: always
      environment:      environment:
-       MYSQL_ROOT_PASSWORD: noemtoquis+       MYSQL_ROOT_PASSWORD: 12345678
        MYSQL_DATABASE: wordpress        MYSQL_DATABASE: wordpress
        MYSQL_USER: wordpress        MYSQL_USER: wordpress
Line 58: Line 58:
   docker cp /dades/web/Divi/. wwwgorkabartendercom_wordpress_1:/var/www/html/wp-content/themes/Divi/   docker cp /dades/web/Divi/. wwwgorkabartendercom_wordpress_1:/var/www/html/wp-content/themes/Divi/
  
 +====== BBDD ======
 +<code>
 +ruth@docker:~$ docker exec -ti gorkaperezcom_db_1 bash
 +root@1d78631f74d4:/# mysql -u wordpress -p
 +Enter password: 
 +Welcome to the MySQL monitor.  Commands end with ; or \g.
 +Your MySQL connection id is 12337
 +Server version: 5.7.29 MySQL Community Server (GPL)
 +
 +Copyright (c) 2000, 2020, Oracle and/or its affiliates. All rights reserved.
 +
 +Oracle is a registered trademark of Oracle Corporation and/or its
 +affiliates. Other names may be trademarks of their respective
 +owners.
 +
 +Type 'help;' or '\h' for help. Type '\c' to clear the current input statement.
 +
 +mysql> 
 +z/code>
divi/divi-docker.txt · Last modified: 2020/03/21 15:53 by jose