Skip to content

Commit ce60335

Browse files
Fixed file and paths
1 parent 1ab8806 commit ce60335

File tree

1 file changed

+2
-2
lines changed
  • content/hardware/04.pro/boards/portenta-x8/tutorials/wordpress-webserver

1 file changed

+2
-2
lines changed

content/hardware/04.pro/boards/portenta-x8/tutorials/wordpress-webserver/content.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ version: "3.9"
4747
4848
services:
4949
db:
50-
image: lscr.io/linuxserver/mariadb:latest
50+
image: mariadb:latest
5151
container_name: mariadb
5252
environment:
5353
- PUID=1000
@@ -84,7 +84,7 @@ Now lets create a directory on our X8 and put this **docker-compose.yml** file o
8484

8585
### Installing The Containers
8686

87-
First we create a directory where we want put our **docker-compose.yml** file. Using the `mkdir` command we will create a directory named "wordpress-test". Navigate into this directory with a simple `cd` command. Either copy the docker-compose.yml file into this directory or create it directly here. To create the file we can use `cat > docker-compose.yml`, this will create the file so you can copy contents of the file from above and paste it. Hit enter once to go to a new line and press `ctrl C` to exit the file editor. To copy the file from your computer onto the device use: `adb push <path to docker-compose.yml file> fio/wordpress-test`.
87+
First we create a directory where we want put our **docker-compose.yml** file. Using the `mkdir` command we will create a directory named "wordpress-test". Navigate into this directory with a simple `cd` command. Either copy the docker-compose.yml file into this directory or create it directly here. To create the file we can use `cat > docker-compose.yml`, this will create the file so you can copy contents of the file from above and paste it. Hit enter once to go to a new line and press `ctrl C` to exit the file editor. To copy the file from your computer onto the device use: `adb push <path to docker-compose.yml file> /home/fio/wordpress-test`.
8888

8989
![cd into correct directory](assets/webserver-mkdir.png)
9090

0 commit comments

Comments
 (0)