Skip to content

Commit

Permalink
Use nginx:1.23.1-alpine in development too
Browse files Browse the repository at this point in the history
This was an oversight that should have been part of #625
  • Loading branch information
kusalananda committed Sep 6, 2022
1 parent c525f2f commit f56ff62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ services:
- exclude:/home/node/app/node_modules

nginx:
image: nginx:latest
image: nginx:1.23.1-alpine
volumes:
- ./nginx.conf:/etc/nginx/conf.d/default.conf:ro
ports:
Expand Down

0 comments on commit f56ff62

Please sign in to comment.