Skip to content

Commit

Permalink
Update devcontainer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
asbiin authored Nov 28, 2024
1 parent 0400350 commit d067a5c
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,12 @@
{
"name": "PHP & SQLite",
"service": "app",
"workspaceFolder": "/workspace",
"dockerComposeFile": "docker-compose.yml",

"image": "ghcr.io/asbiin/devcontainers/php:8.2",
// For use with PHP or Apache (e.g.php -S localhost:8080 or apache2ctl start)
"forwardPorts": [8080],

// Use 'postCreateCommand' to run commands after the container is created.
"postCreateCommand": ".devcontainer/postCreate.sh",
"postStartCommand": ".devcontainer/postStart.sh"

// Uncomment to connect as a non-root user. See https://aka.ms/vscode-remote/containers/non-root.
// "remoteUser": "vscode"
}

0 comments on commit d067a5c

Please sign in to comment.