Skip to content

Commit 2354b0b

Browse files
committed
chore: example docker-compose.yml updated
1 parent 6aee618 commit 2354b0b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docker/docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ networks:
44
name: oxker-examaple-net
55
services:
66
postgres:
7-
image: postgres:alpine3.20
7+
image: postgres:alpine3.21
88
container_name: postgres
99
environment:
1010
- POSTGRES_PASSWORD=never_use_this_password_in_production
@@ -18,7 +18,7 @@ services:
1818
limits:
1919
memory: 1024M
2020
redis:
21-
image: redis:alpine3.20
21+
image: redis:alpine3.21
2222
container_name: redis
2323
ipc: private
2424
restart: always

0 commit comments

Comments
 (0)