Skip to content

Commit

Permalink
Create docker-compose.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
LondheShubham153 authored Jan 22, 2023
1 parent b0d4be0 commit 0684079
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
version: '3.9'

services:
web:
image: 'trainwithshubham/node-todo-test:latest'
ports:
- "8000:8000"

0 comments on commit 0684079

Please sign in to comment.