Fix lemmy version in prod docker-compose.yml (#2304)

This commit is contained in:
Nutomic 2022-06-08 15:48:36 +00:00 committed by GitHub
parent fcaf7a084c
commit a29cf04092
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -12,7 +12,7 @@ services:
restart: always
lemmy:
image: dessalines/lemmy:0.16.5
image: dessalines/lemmy:0.16.4
ports:
- "127.0.0.1:8536:8536"
- "127.0.0.1:6669:6669"