Skip to content

Commit

Permalink
Minor final adjustments
Browse files Browse the repository at this point in the history
  • Loading branch information
rwngallego committed Dec 28, 2024
1 parent 20af283 commit 6dcfe09
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 6 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
/vendor/
/data
.idea
.gradle
out/
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ You can use the `Perfecty_Push_Integration` class to send Push Notifications fro

## Local development 👨🏻‍💻

To see it in action in your local development environment you can run the setup the following commands:
To see it in action in your local development environment you can run the following commands:

```
make up
Expand Down
1 change: 0 additions & 1 deletion bin/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ up() {

down() {
docker compose down
rm -rf ./data
}

console() {
Expand Down
5 changes: 2 additions & 3 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,10 @@ services:
wordpress:
build:
context: .
dockerfile: ./Dockerfile
platform: linux/amd64
restart: always
depends_on:
- db
ports:
- 80:80
- 443:443
Expand All @@ -23,8 +24,6 @@ services:
db:
image: mariadb:10.11
platform: linux/amd64
volumes:
- ./data:/var/lib/mysql
ports:
- 3306:3306
networks:
Expand Down

0 comments on commit 6dcfe09

Please sign in to comment.