Skip to content

Commit 7769217

Browse files
committed
trying to fix nginx in circleci
1 parent dcb5582 commit 7769217

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

docker-compose.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,11 +55,9 @@ services:
5555
networks:
5656
- app-network
5757
nginx:
58-
image: nginx:alpine
58+
build: ./nginx
5959
ports:
6060
- 8089:80
61-
volumes:
62-
- ./nginx/default.conf:/etc/nginx/conf.d/default.conf
6361
depends_on:
6462
- api
6563
- frontend

0 commit comments

Comments
 (0)