Skip to content

Commit

Permalink
[fix] docker-compose.yml 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
mushroom1324 committed Jan 15, 2024
1 parent de0519d commit 43c410b
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
Expand Up @@ -11,12 +11,10 @@ services:
- "8080"

nginx:
image: ceos17/ceos-nginx
depends_on:
- backend
restart: always
build:
dockerfile: Dockerfile
context: ./config/nginx
ports:
- "80:80"

Expand Down

0 comments on commit 43c410b

Please sign in to comment.