mirror of
https://github.com/penpot/penpot.git
synced 2025-02-12 18:18:24 -05:00
⬆️ Update versions on default docker compose file
This commit is contained in:
parent
348bc48db4
commit
c534a40923
1 changed files with 2 additions and 2 deletions
|
@ -54,7 +54,7 @@ services:
|
|||
- penpot
|
||||
|
||||
penpot-postgres:
|
||||
image: "postgres:13"
|
||||
image: "postgres:14"
|
||||
restart: always
|
||||
stop_signal: SIGINT
|
||||
|
||||
|
@ -71,7 +71,7 @@ services:
|
|||
- penpot
|
||||
|
||||
penpot-redis:
|
||||
image: redis:6
|
||||
image: redis:7
|
||||
restart: always
|
||||
networks:
|
||||
- penpot
|
||||
|
|
Loading…
Add table
Reference in a new issue