Skip to content

Commit

Permalink
update docker compose
Browse files Browse the repository at this point in the history
  • Loading branch information
adhirajpandey authored Jan 27, 2025
1 parent c3893db commit 90eec94
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
version: '3.8'

services:
app:
container_name: clipper
Expand All @@ -9,5 +7,5 @@ services:
env_file:
- .env
ports:
- "5000:8000"
- "${HOST_PORT}:${PORT-8000}"
restart: unless-stopped

0 comments on commit 90eec94

Please sign in to comment.