Skip to content

Commit

Permalink
Remove fixed port from compose file
Browse files Browse the repository at this point in the history
  • Loading branch information
eddumelendez committed Nov 25, 2024
1 parent f7267c7 commit 15a150a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ services:
app:
build: .
ports:
- "8080:8080"
- "8080"
env_file:
- '.env'
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ services:
app:
build: .
ports:
- "8080:8080"
- "8080"
env_file:
- './test/.env'
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ services:
app:
build: .
ports:
- "8080:8080"
- "8080"
env_file:
- '.env'
- './test/.env'

0 comments on commit 15a150a

Please sign in to comment.