Update devcontainer.json

This commit is contained in:
Martti Malmi 2023-03-14 10:37:52 +02:00 committed by GitHub
parent 31125aec64
commit 9e90f3e576
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,14 +1,6 @@
{
"name": "Docker Compose",
"image": "mcr.microsoft.com/vscode/devcontainers/dockerfile:0-ubuntu-18.04",
"settings": {
"terminal.integrated.shell.linux": "/bin/bash",
"remote.containers.dockerComposeFile": "docker-compose.yml",
"remote.containers.showDevContainersNodeInCommands": false
},
"extensions": [
"ms-vscode-remote.remote-containers"
],
"appPort": [8080],
"postCreateCommand": "docker-compose up -d"
"dockerComposeFile": "../docker-compose.yml",
"service": "iris-messenger",
"appPort": [8080]
}