Skip to content

Commit

Permalink
Add ports
Browse files Browse the repository at this point in the history
  • Loading branch information
ceicke committed Mar 13, 2024
1 parent 9a02861 commit 18c80e5
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,11 @@
"dockerComposeFile": "../docker-compose.yml",
"service": "web",
"workspaceFolder": "/photastic2",
"shutdownAction": "stopCompose"
"shutdownAction": "stopCompose",
"portsAttributes": {
"3000": {
"label": "Photastic2",
"onAutoForward": "notify"
}
}
}

0 comments on commit 18c80e5

Please sign in to comment.