Skip to content

Commit

Permalink
Update docker version to 0.16.6. Fixes #2435 (#2438)
Browse files Browse the repository at this point in the history
  • Loading branch information
dessalines committed Sep 12, 2022
1 parent eacd4e4 commit 2f0560c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/prod/docker-compose.yml
Expand Up @@ -12,7 +12,7 @@ services:
restart: always

lemmy:
image: dessalines/lemmy:0.16.4
image: dessalines/lemmy:0.16.6
ports:
- "127.0.0.1:8536:8536"
- "127.0.0.1:6669:6669"
Expand All @@ -26,7 +26,7 @@ services:
- pictrs

lemmy-ui:
image: dessalines/lemmy-ui:0.16.5
image: dessalines/lemmy-ui:0.16.6
ports:
- "127.0.0.1:1235:1234"
restart: always
Expand Down

0 comments on commit 2f0560c

Please sign in to comment.