Skip to content

Latest commit

 

History

History
46 lines (32 loc) · 853 Bytes

Install.md

File metadata and controls

46 lines (32 loc) · 853 Bytes

Dokuwiki Docker Install

Download the compose file

# Create a directory for the compose file
mkdir -p /root/docker/compose-files
cd /root/docker/compose-files

# Next download a copy of `docker-compose.yml` into that directory
wget https://raw.githubusercontent.com/HACManchester/docker-dokuwiki/master/docker-compose.yml

Configuration

Set the destination directory for the dokuwiki files

    volumes:
      - /root/docker/appdata/dokuwiki/config:/config

Set the network ports that will be exposed on the host

    ports:
      - 8000:80
      - 4443:443

Install

Bring up the docker container

docker compose -f ./docker-compose.yml up

Access URL

Now the wiki should be visible on

Default Login (this needs to be changed)

  • root
  • %Password123