mirror of
https://github.com/supanadit/todo.git
synced 2025-05-05 04:49:56 +00:00
chore: change workspaces mount
This commit is contained in:
parent
9ac647acf6
commit
0c979536ee
@ -4,7 +4,7 @@
|
|||||||
"name": "PHP",
|
"name": "PHP",
|
||||||
"dockerComposeFile": "docker-compose.yml",
|
"dockerComposeFile": "docker-compose.yml",
|
||||||
"service": "app",
|
"service": "app",
|
||||||
"workspaceFolder": "/var/www/html",
|
"workspaceFolder": "/workspaces/${localWorkspaceFolderBasename}",
|
||||||
"features": {
|
"features": {
|
||||||
"ghcr.io/devcontainers/features/git:1": {}
|
"ghcr.io/devcontainers/features/git:1": {}
|
||||||
},
|
},
|
||||||
|
@ -7,7 +7,7 @@ services:
|
|||||||
dockerfile: Dockerfile
|
dockerfile: Dockerfile
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
- ../:/var/www/html:cached
|
- ../..:/workspaces:cached
|
||||||
|
|
||||||
# Overrides default command so things don't shut down after the process ends.
|
# Overrides default command so things don't shut down after the process ends.
|
||||||
command: sleep infinity
|
command: sleep infinity
|
||||||
|
Loading…
x
Reference in New Issue
Block a user