Skip to content

Commit

Permalink
refactor: Update docker-compose.yml to use 'app' instead of 'auth' fo…
Browse files Browse the repository at this point in the history
…r service name
  • Loading branch information
suk-6 committed Jul 13, 2024
1 parent 049b7e7 commit 2838da4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: '3'

services:
auth:
app:
build:
context: .
dockerfile: Dockerfile
Expand All @@ -16,4 +16,3 @@ services:
- redis
redis:
image: 'redis:7.2.5'

0 comments on commit 2838da4

Please sign in to comment.