Compare commits
No commits in common. "2ce587b1e06989ab5721da11811613337701a24c" and "c923a12c7cef1a2c5471f5f35213c656030fbb05" have entirely different histories.
2ce587b1e0
...
c923a12c7c
@ -12,5 +12,3 @@ services:
|
|||||||
options:
|
options:
|
||||||
max-size: "10m"
|
max-size: "10m"
|
||||||
max-file: "3"
|
max-file: "3"
|
||||||
ports:
|
|
||||||
- "5678:5678"
|
|
||||||
|
|||||||
14
launch.json
14
launch.json
@ -1,14 +0,0 @@
|
|||||||
{
|
|
||||||
"version": "0.2.0",
|
|
||||||
"configurations": [
|
|
||||||
{
|
|
||||||
"name": "Attach to Docker (melesICUmover)",
|
|
||||||
"type": "python",
|
|
||||||
"request": "attach",
|
|
||||||
"connect": {
|
|
||||||
"host": "localhost",
|
|
||||||
"port": 5678
|
|
||||||
}
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
Loading…
x
Reference in New Issue
Block a user