Skip to content

Commit

Permalink
Fix container name
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholasodonnell committed Aug 24, 2023
1 parent 3fd57f1 commit d27e419
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ services:
app:
build:
context: .
container_name: odo-stream-app
container_name: odo-stream
env_file:
- .env
image: nicholasodonnell/odo-stream-app:latest
image: nicholasodonnell/odo-stream:latest
ports:
- 3000:3000

Expand Down

0 comments on commit d27e419

Please sign in to comment.