1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/lemmy_ynh.git synced 2024-09-03 19:36:09 +02:00

Update docker-compose.yml

This commit is contained in:
oufmilo 2021-06-09 11:43:09 +02:00 committed by GitHub
parent 1bb6462aae
commit f286d6bc23
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.9.9
image: dessalines/lemmy:0.11.0
ports:
- "127.0.0.1:__PORT__LEMMY__:8536"
restart: always
@ -26,7 +26,7 @@ services:
- iframely
lemmy-ui:
image: dessalines/lemmy-ui:0.9.9
image: dessalines/lemmy-ui:0.11.0
ports:
- "127.0.0.1:__PORT_UI__:1234"
restart: always