Skip to content

Commit

Permalink
Postgres 15.2
Browse files Browse the repository at this point in the history
Use Postgres 15.2
  • Loading branch information
coderhs committed Mar 22, 2023
1 parent d0d8422 commit bb03d85
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 @@ -110,7 +110,7 @@ services:
POSTGRES_DB: guacamole_db
POSTGRES_PASSWORD: 'ChooseYourOwnPasswordHere1234'
POSTGRES_USER: guacamole_user
image: postgres:13.4-buster
image: postgres:15.2-alpine
networks:
guacnetwork_compose:
restart: always
Expand Down

0 comments on commit bb03d85

Please sign in to comment.