Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/guoxiangke/wp-docker-compose

Simplely run wordpress with $`docker-compose up -d`
https://github.com/guoxiangke/wp-docker-compose

docker-compose mariadb worpdress

Last synced: 15 days ago
JSON representation

Simplely run wordpress with $`docker-compose up -d`

Awesome Lists containing this project

README

        

# docker_wp with ports visit.
$ docker-compose up -d
then visit http://server-ip:32768

# images used:
wordpress:latest
mariadb:latest

# no domain run. with expose ports
$ docker-compose -p wp_v3_ports -f ./docker-compose.yml up -d --build --remove-orphans --force-recreate

# V3 with domain:
- depends on: https://github.com/guoxiangke/docker-nginx-https.git
- change domain in the ./docker-compose-v3-domain.yml
- $ docker-compose -p wp_v3_domain -f ./docker-compose-v3-domain.yml up -d --build --remove-orphans --force-recreate