Comparing version 0.0.1 to 0.0.2
{ | ||
"name": "docker-php", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"description": "🐋 A simple PHP environment with Docker for local development.", | ||
@@ -25,2 +25,2 @@ "bin": { | ||
} | ||
} | ||
} |
@@ -8,4 +8,4 @@ # Docker & PHP (for local development) | ||
- [Node.js](https://nodejs.org/en/) | ||
- [Docker](https://www.docker.com/get-started) | ||
- [docker-compose](https://docs.docker.com/compose/install/) (linux only) | ||
- [Docker Desktop](https://docs.docker.com/desktop/) or [Docker Engine](https://docs.docker.com/engine/) | ||
- [Docker Compose](https://docs.docker.com/compose/install/) | ||
@@ -32,4 +32,8 @@ ## Install | ||
## Useful Links | ||
## Production | ||
- [How to deploy on remote Docker hosts with docker-compose](https://www.docker.com/blog/how-to-deploy-on-remote-docker-hosts-with-docker-compose/) | ||
- Deploy with `docker-compose`: | ||
[How to deploy on remote Docker hosts with docker-compose](https://www.docker.com/blog/how-to-deploy-on-remote-docker-hosts-with-docker-compose/) | ||
- Want to use `docker stack deploy`? (recommended) | ||
https://docs.docker.com/engine/swarm/stack-deploy/ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
8433
148
38