Skip to content

Commit

Permalink
Downgrade postgres to 13
Browse files Browse the repository at this point in the history
see psycopg/psycopg2#1360 (comment) for more information.

The idea is being able to run shadowmere in ARM
  • Loading branch information
jadolg committed Sep 17, 2022
1 parent 19433b4 commit 8d8c6ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Expand Up @@ -60,7 +60,7 @@ services:
- initadmin

db:
image: postgres:14-alpine
image: postgres:13-alpine
restart: always
env_file:
- .env
Expand Down

0 comments on commit 8d8c6ef

Please sign in to comment.