Skip to content

Commit

Permalink
Add HTTPS port to development composes
Browse files Browse the repository at this point in the history
  • Loading branch information
altjohndev committed Aug 27, 2020
1 parent 3274cc1 commit da5d93e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .devcontainer/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ services:
- vscode:/root/.vscode-server-insiders
ports:
- 4000:4000
- 4001:4001
networks:
- network
depends_on:
Expand Down
1 change: 1 addition & 0 deletions .misc/docker/dev/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ services:
- ../../..:/app
ports:
- 4000:4000
- 4001:4001
networks:
- network
depends_on:
Expand Down

0 comments on commit da5d93e

Please sign in to comment.