mirror of
https://github.com/LemmyNet/lemmy.git
synced 2024-11-10 10:08:58 +00:00
Version 0.11.0
This commit is contained in:
parent
c48c620048
commit
c1cbcdc253
|
@ -1 +1 @@
|
|||
0.10.3
|
||||
0.11.0
|
||||
|
|
|
@ -12,7 +12,7 @@ services:
|
|||
restart: always
|
||||
|
||||
lemmy:
|
||||
image: dessalines/lemmy:0.10.3
|
||||
image: dessalines/lemmy:0.11.0
|
||||
ports:
|
||||
- "127.0.0.1:8536:8536"
|
||||
restart: always
|
||||
|
@ -26,7 +26,7 @@ services:
|
|||
- iframely
|
||||
|
||||
lemmy-ui:
|
||||
image: dessalines/lemmy-ui:0.10.3
|
||||
image: dessalines/lemmy-ui:0.11.0
|
||||
ports:
|
||||
- "127.0.0.1:1235:1234"
|
||||
restart: always
|
||||
|
|
Loading…
Reference in a new issue