Skip to content

Commit

Permalink
bug 修复
Browse files Browse the repository at this point in the history
  • Loading branch information
pakizheng committed Jan 11, 2024
1 parent 423fea5 commit 470a67b
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,7 @@
services:
app:
image: im-web
ports:
- "8000:8000"
depends_on:
- redis

redis:
image: redis
ports:
- "6379:6379"

network_mode: host
# The commented out section below is an example of how to define a PostgreSQL
# database that your application can use. `depends_on` tells Docker Compose to
# start the database before your application. The `db-data` volume persists the
Expand Down

0 comments on commit 470a67b

Please sign in to comment.