version: '3' services: web: image: nginx:1.12-alpine container_name: ${CONTAINER_NAME} restart: "no" ports: - "8380:80" volumes: - ${DATA_ROOT}/element-web:/usr/share/nginx/html/ - ${DATA_ROOT}/config/config.json:/usr/share/nginx/html/config.json