Skip to content

Commit

Permalink
Merge pull request #172 from CEOS-Developers/fix/docker-compose
Browse files Browse the repository at this point in the history
[fix] docker-compose.yml 수정
  • Loading branch information
mushroom1324 authored Jan 19, 2024
2 parents f8f88f1 + 43c410b commit 8af6019
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 8af6019

Please sign in to comment.