Skip to content

Commit

Permalink
Update Postges and Nginx base images
Browse files Browse the repository at this point in the history
  • Loading branch information
szh committed Feb 13, 2024
1 parent 63111c3 commit 8a68b02
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ services:
restart: on-failure

database:
image: postgres:10.16
image: postgres:15
container_name: postgres_database
environment:
POSTGRES_HOST_AUTH_METHOD: password
Expand Down Expand Up @@ -66,7 +66,7 @@ services:
- 8080:80

proxy:
image: nginx:1.13.6-alpine
image: nginx:latest
container_name: nginx_proxy
ports:
- "8443:443"
Expand Down

0 comments on commit 8a68b02

Please sign in to comment.