Skip to content

Commit

Permalink
chore: GEO-1169 Database comments (#866)
Browse files Browse the repository at this point in the history
  • Loading branch information
jer3k authored Dec 4, 2024
1 parent 7724a05 commit 3e9581a
Show file tree
Hide file tree
Showing 2 changed files with 315 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .vscode/tasks.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
// This creates a new temporary container in podman to run clamav.
"label": "Launch ClamAV",
"type": "shell",
"command": "podman run --rm -d -p 3310:3310 clamav/clamav",
"command": "podman run --rm -d -p 3310:3310 --name 'clamav' clamav/clamav",
"problemMatcher": []
},
{
Expand Down
Loading

0 comments on commit 3e9581a

Please sign in to comment.