Skip to content

Commit 7f5d4cd

Browse files
authored
Update DOCKER.md
1 parent 70abb65 commit 7f5d4cd

File tree

1 file changed

+1
-12
lines changed

1 file changed

+1
-12
lines changed

docs/DOCKER.md

+1-12
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,3 @@
11
## Docker Local Setup
22

3-
Docker can be used to setup a local development environment:
4-
5-
- Ensure Docker is installed ([Docker Desktop](https://www.docker.com/products/docker-desktop) is a good option for developers)
6-
- From the root of this project, run `docker-compose up -d`
7-
- Once <http://localhost:8082> displays the WordPress install screen, run `./bin/docker-setup.sh`
8-
- The fully configured site can now be accessed on <http://localhost:8082>
9-
- The prompt to run the setup wizard can be dismissed unless there is something specific you would like to configure
10-
11-
To shutdown:
12-
13-
- Use `docker-compose down` to stop the running containers
14-
- The state of the environment will be persisted in `docker/wordpress` and `docker/data`. To restart the environment simply run `docker-compose up -d` again. To start afresh, delete these folders and let `docker-compose up` re-create them.
3+
Moved to https://github.com/woocommerce/woocommerce-gateway-amazon-pay/wiki/Setting-Up-Your-Development-Environment

0 commit comments

Comments
 (0)