Skip to content

Commit

Permalink
Correct PHPMA config
Browse files Browse the repository at this point in the history
  • Loading branch information
cdubz committed May 4, 2024
1 parent b9717a9 commit 9f3c280
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
5 changes: 1 addition & 4 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,7 @@
}
},
"remoteUser": "sail",
"postCreateCommand": "bash .devcontainer/postCreateCommand.sh",
"forwardPorts": [
8081
]
"postCreateCommand": "bash .devcontainer/postCreateCommand.sh"
// "runServices": [],
// "shutdownAction": "none",
}
2 changes: 1 addition & 1 deletion .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ APP_ENV=local
APP_KEY=
APP_DEBUG=false
APP_URL=http://127.0.0.1
APP_PORT=80
APP_PORT=8080
APP_SERVICE=app
APP_TIMEZONE=UTC

Expand Down
3 changes: 2 additions & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,8 @@ services:
ports:
- '8081:80'
environment:
PMA_HOST: db
PBA_HOST: db
PMA_PORT: '${FORWARD_DB_PORT:-3306}:3306'
MYSQL_ROOT_PASSWORD: '${DB_PASSWORD:-kcal}'
networks:
- sail
Expand Down

0 comments on commit 9f3c280

Please sign in to comment.