User Tools

Site Tools


docker_project:part_1

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
docker_project:part_1 [2025/03/08 17:14] wizardadmindocker_project:part_1 [2025/03/08 17:29] (current) wizardadmin
Line 17: Line 17:
 Step 4. open a text editor and create a file inside the directory and name it: docker-compose.yaml Step 4. open a text editor and create a file inside the directory and name it: docker-compose.yaml
  
-Step 5. I edited this file and wrote in the following:+Step 5. I edited this file and wrote in the following below, Please note it serves over port 80 which i used for initial setup and configuration. Later on when I was ready to open it to the internet I changed this open port to server over HTTPS port 443
  
 version: '3' version: '3'
Line 51: Line 51:
  
 Step 9. Now download dokuwiki. Step 9. Now download dokuwiki.
-Command: curl --remote-name https://download.dokuwiki.org/src/dokuwiki/dokuwiki-stable.tgz+Command:  
 +curl --remote-name https://download.dokuwiki.org/src/dokuwiki/dokuwiki-stable.tgz
 tar -xzvf dokuwiki-stable.tgz --strip-components=1 tar -xzvf dokuwiki-stable.tgz --strip-components=1
 rm dokuwiki-stable.tgz rm dokuwiki-stable.tgz
docker_project/part_1.1741454068.txt.gz · Last modified: 2025/03/08 17:14 by wizardadmin