Skip to content

Commit

Permalink
Merge pull request #173 from CEOS-Developers/dev
Browse files Browse the repository at this point in the history
[fix] docker-compose.yml 수정 main 브랜치에 적용
  • Loading branch information
mushroom1324 authored Jan 19, 2024
2 parents d3e0732 + 8af6019 commit 22935f6
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 22935f6

Please sign in to comment.