Skip to content
Snippets Groups Projects
Select Git revision
  • 9024576f76ce1624aad831367a31cfef7c624d10
  • master default protected
  • 133-fail2ban-page
  • reorganisation
  • 16-maintenace-service
  • 11-fail2ban
  • 6-monit-update
  • 7-dolibarr-fail2ban
  • 6-surveillance-interne-des-serveur
  • test-glpi
  • 2-migrate-to-phpfpm
  • jessie
  • github
13 results

validate.sh

Blame
  • Wordpress docker-compose environment

    Requirements

    This projects supposes that there is a wordpress user for FTP access, this user will have access to wordpress data through a html directory in it's home

    Installation

    cd /home/wpdocker 
    git clone https://gitlab.tetras-libre.fr/nocloud/docker/wordpress
    cd wordpress
    cp .env.sample .env
    # Edit and adapt .env
    docker-compose up -d
    cd /home/wordpress
    chmod -R g+w html
    chown -R wordpress:33 html

    You wil have a wordpress running on port 8080 and a phpmyadmin on port 8081