Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
zeriyoshi committed Aug 22, 2024
1 parent 2f20e34 commit 5b636a1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
3 changes: 3 additions & 0 deletions .devcontainer/local/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,8 @@
},
"dockerComposeFile": "./../../compose.yaml",
"service": "shell",
"mounts": [
"source=${localWorkspaceFolder},target=/workspaces/pskel,type=bind,consistency=cached"
],
"workspaceFolder": "/workspaces/pskel"
}
5 changes: 0 additions & 5 deletions compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,6 @@ services:
- seccomp:unconfined
privileged: true
tty: true
volumes:
- type: bind
source: .
target: /workspaces/pskel
consistency: cached
# depends_on:
# - mysql
# mysql:
Expand Down

0 comments on commit 5b636a1

Please sign in to comment.