Skip to content

timonvw/portfolio-setup-docker-wordpress

Repository files navigation

Used Docker Images

Setup/install server and setup Traefik

Before use, first setup your server and install and setup Traefik. Use this tutorial(Only the server setup and Traefik part)

Env

copy the example file to .env and change the values

$ cp .env.example .env

Run

start server

$ docker-compose up -d

start server en verwijder alle containers die niet meer gebruikt worden

$ docker-compose up -d --remove-orphans

stop server

$ docker-compose down

stop server and remove files/database

$ docker-compose down --volumes

If you are running into the problem of wordpress upload size, put this code in your Wordpress .htacces file:

$ php_value upload_max_filesize 64M
$ php_value post_max_size 64M

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published