phase in synapse admin
This commit is contained in:
parent
65ae35f905
commit
53dbaf5b52
5 changed files with 69 additions and 0 deletions
|
|
@ -0,0 +1,16 @@
|
|||
version: '3.8'
|
||||
services:
|
||||
synapse-admin:
|
||||
image: awesometechnologies/synapse-admin:${SYNAPSE_ADMIN_VERSION}
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- "8008:80/tcp"
|
||||
# nginx:
|
||||
# image: nginx:${NGINX_VERSION}
|
||||
# ports:
|
||||
# - "80:80/tcp"
|
||||
# - "443:443/tcp"
|
||||
# volumes:
|
||||
# - ./nginx:/etc/nginx/conf.d
|
||||
# - /ssl:/ssl
|
||||
# - /www:/www
|
||||
Loading…
Add table
Add a link
Reference in a new issue