mirror of
https://github.com/LemmyNet/lemmy
synced 2024-11-10 06:54:12 +00:00
Version 0.11.2
This commit is contained in:
parent
1cdc5d662c
commit
3022c00a0b
2 changed files with 3 additions and 3 deletions
|
@ -1 +1 @@
|
|||
0.11.1
|
||||
0.11.2
|
||||
|
|
|
@ -12,7 +12,7 @@ services:
|
|||
restart: always
|
||||
|
||||
lemmy:
|
||||
image: dessalines/lemmy:0.11.1
|
||||
image: dessalines/lemmy:0.11.2
|
||||
ports:
|
||||
- "127.0.0.1:8536:8536"
|
||||
restart: always
|
||||
|
@ -26,7 +26,7 @@ services:
|
|||
- iframely
|
||||
|
||||
lemmy-ui:
|
||||
image: dessalines/lemmy-ui:0.11.1
|
||||
image: dessalines/lemmy-ui:0.11.2
|
||||
ports:
|
||||
- "127.0.0.1:1235:1234"
|
||||
restart: always
|
||||
|
|
Loading…
Reference in a new issue