Skip to content
Snippets Groups Projects
Select Git revision
  • 0b7514b3d84f92b4c3ca1a5b436fa77145bf49b8
  • main default protected
2 results

SSC-01-01.al.owl.ttl

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