Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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`
- Host: GitHub
- URL: https://github.com/guoxiangke/wp-docker-compose
- Owner: guoxiangke
- License: gpl-3.0
- Created: 2018-04-19T10:00:50.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-08-27T06:26:24.000Z (over 6 years ago)
- Last Synced: 2024-11-08T15:23:50.818Z (2 months ago)
- Topics: docker-compose, mariadb, worpdress
- Size: 13.7 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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