8 lines
168 B
Bash
8 lines
168 B
Bash
#!/bin/bash
|
|
|
|
# https://github.com/matrix-org/synapse/tree/develop/docker#running-synapse
|
|
# default user permissions for the synapse user
|
|
chown 991:991 /data
|
|
|
|
/start.py
|