Fix docker dev links (#1470)
Updated `docker-compose.local.yml` to `docker-compose.dev.yml` to reflect the correct docker files
This commit is contained in:
parent
ca1cd01f3d
commit
6becc6de63
2
Makefile
2
Makefile
@ -102,7 +102,7 @@ reset-installer:
|
|||||||
|
|
||||||
.PHONY: docker-test
|
.PHONY: docker-test
|
||||||
docker-test:
|
docker-test:
|
||||||
@docker compose -f docker-compose.local.yml up
|
@docker compose -f docker-compose.dev.yml up
|
||||||
|
|
||||||
.PHONY: docker-clean
|
.PHONY: docker-clean
|
||||||
docker-clean:
|
docker-clean:
|
||||||
|
@ -39,7 +39,7 @@ make docker-test
|
|||||||
|
|
||||||
# **OR** with docker-compose directly
|
# **OR** with docker-compose directly
|
||||||
|
|
||||||
docker-compose -f docker-compose.yml -f docker-compose.local.yml up
|
docker-compose -f docker-compose.yml -f docker-compose.dev.yml up
|
||||||
```
|
```
|
||||||
|
|
||||||
Then go to `http://localhost`. If you're using dnsmasq, the `app` container is listening on `phpvms.test`, or you can add to your `/etc/hosts` file:
|
Then go to `http://localhost`. If you're using dnsmasq, the `app` container is listening on `phpvms.test`, or you can add to your `/etc/hosts` file:
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
#
|
#
|
||||||
# Run with either `make docker-test` or the following Docker command:
|
# Run with either `make docker-test` or the following Docker command:
|
||||||
# docker-compose -f docker-compose.yml -f docker-compose.local.yml up
|
# docker-compose -f docker-compose.yml -f docker-compose.dev.yml up
|
||||||
#
|
#
|
||||||
---
|
---
|
||||||
services:
|
services:
|
||||||
|
Loading…
Reference in New Issue
Block a user