Skip to content

Commit 8af6019

Browse files
authored
Merge pull request #172 from CEOS-Developers/fix/docker-compose
[fix] docker-compose.yml 수정
2 parents f8f88f1 + 43c410b commit 8af6019

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

docker-compose.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,10 @@ services:
1111
- "8080"
1212

1313
nginx:
14+
image: ceos17/ceos-nginx
1415
depends_on:
1516
- backend
1617
restart: always
17-
build:
18-
dockerfile: Dockerfile
19-
context: ./config/nginx
2018
ports:
2119
- "80:80"
2220

0 commit comments

Comments
 (0)