mirror of https://github.com/LemmyNet/lemmy.git
Fix lemmy version in prod docker-compose.yml (#2304)
parent
fcaf7a084c
commit
a29cf04092
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue