Compare commits

..

No commits in common. "339cc5618051cc9b2b386edab87f30992b2e5660" and "b8c4da49d66634ae42fe7ac3c522a157b2d7c593" have entirely different histories.

View File

@ -19,7 +19,6 @@
# 8018: lemmy-ui
# 8019: pictrs
# 8020: iframely
# 8021: adminer
version: '2.4'
services:
@ -283,7 +282,7 @@ services:
# postgres
postgres:
image: postgres:13
image: postgres:10
restart: on-failure
environment:
POSTGRES_PASSWORD: ${POSTGRES_PASSWORD}
@ -363,10 +362,3 @@ services:
restart: always
mem_limit: 200m
adminer:
image: adminer:latest
ports:
- "127.0.0.1:8021:8080"
links:
- "mariadb:db"
- postgres