Skip to content

Commit

Permalink
docs: bump docker-compose image versions
Browse files Browse the repository at this point in the history
use alpine 3.16 for redis & postgres in example docker-compose file
  • Loading branch information
mrjackwills committed May 30, 2022
1 parent 9ce796f commit 98c83f2
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 @@ -4,7 +4,7 @@ networks:
name: oxker-examaple-net
services:
postgres:
image: postgres:alpine
image: postgres:alpine3.16
container_name: postgres
environment:
- POSTGRES_PASSWORD=never_use_this_password_in_production
Expand All @@ -18,7 +18,7 @@ services:
limits:
memory: 128M
redis:
image: redis:alpine
image: redis:alpine3.16
container_name: redis
ipc: private
restart: always
Expand Down

0 comments on commit 98c83f2

Please # to comment.