Skip to content

Commit 412815f

Browse files
committed
Work around locale error on startup.
1 parent aed9a1a commit 412815f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

snap/snapcraft.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ apps:
1717
command: usr/bin/redis-server
1818
daemon: simple
1919
restart-condition: always
20+
environment:
21+
LANG: C.UTF-8
2022
plugs:
2123
- network
2224
- network-bind
@@ -52,6 +54,8 @@ apps:
5254
- home
5355
sentinel:
5456
command: usr/bin/redis-sentinel
57+
environment:
58+
LANG: C.UTF-8
5559
plugs:
5660
- network
5761
- network-bind

0 commit comments

Comments
 (0)