add user/group and mode to zulip config
This commit is contained in:
parent
ae5b8331e4
commit
7cc8e6adf4
@ -11,6 +11,9 @@ services:
|
|||||||
mode: 0555
|
mode: 0555
|
||||||
- source: zulip-conf
|
- source: zulip-conf
|
||||||
target: /etc/zulip/zulip.conf
|
target: /etc/zulip/zulip.conf
|
||||||
|
mode: 0644
|
||||||
|
user: zulip
|
||||||
|
group: zulip
|
||||||
entrypoint: /custom-entrypoint.sh
|
entrypoint: /custom-entrypoint.sh
|
||||||
command:
|
command:
|
||||||
- "app:run"
|
- "app:run"
|
||||||
@ -201,7 +204,6 @@ configs:
|
|||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
zulip:
|
zulip:
|
||||||
zulip_conf:
|
|
||||||
db:
|
db:
|
||||||
rabbitmq:
|
rabbitmq:
|
||||||
redis:
|
redis:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user