reconfigure synapse/element
This commit is contained in:
parent
af6293c990
commit
94c0326a38
4 changed files with 7 additions and 24 deletions
|
|
@ -10,9 +10,9 @@ services:
|
|||
#volumes:
|
||||
# - ./element/config.json.sh:/app/config.json.sh
|
||||
#command: sh -c "/app/config.json.sh && nginx -g 'daemon off;'"
|
||||
entrypoint: /app/config.json.sh
|
||||
#entrypoint: /app/config.json.sh
|
||||
ports:
|
||||
- "80:80/tcp"
|
||||
- "8008:80/tcp"
|
||||
|
||||
nginx:
|
||||
image: nginx:${NGINX_VERSION}
|
||||
|
|
@ -22,3 +22,4 @@ services:
|
|||
volumes:
|
||||
- ./nginx:/etc/nginx/conf.d
|
||||
- /ssl:/ssl
|
||||
- /www:/www
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue