Skip to content

Commit

Permalink
chore(deploy): pin nginx version
Browse files Browse the repository at this point in the history
  • Loading branch information
RobertRosca committed Aug 4, 2023
1 parent effc155 commit 6abb489
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 @@ -17,7 +17,7 @@ services:
- ./config:/app/config

nginx:
image: nginx:latest
image: nginx:1.25.1
ports:
- "${PORT:-8000}:80"
volumes:
Expand Down

0 comments on commit 6abb489

Please sign in to comment.