mirror of
https://github.com/LemmyNet/lemmy.git
synced 2024-11-05 08:32:02 +00:00
Fix lemmy version in prod docker-compose.yml (#2304)
This commit is contained in:
parent
fcaf7a084c
commit
a29cf04092
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue