You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@teaclave.apache.org by ms...@apache.org on 2021/09/25 07:03:37 UTC

[incubator-teaclave] branch master updated: Fix container name of teaclave-file-service missing in DCAP docker compose file (#558)

This is an automated email from the ASF dual-hosted git repository.

mssun pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-teaclave.git


The following commit(s) were added to refs/heads/master by this push:
     new c3c21cc  Fix container name of teaclave-file-service missing in DCAP docker compose file (#558)
c3c21cc is described below

commit c3c21cc0a3b4c80e8ce334d1c13c17f74f8acae9
Author: Gordon King <10...@users.noreply.github.com>
AuthorDate: Sat Sep 25 00:03:31 2021 -0700

    Fix container name of teaclave-file-service missing in DCAP docker compose file (#558)
    
    Signed-off-by: Gordon King <go...@intel.com>
---
 docker/docker-compose-ubuntu-1804-intel-sgx.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/docker/docker-compose-ubuntu-1804-intel-sgx.yml b/docker/docker-compose-ubuntu-1804-intel-sgx.yml
index 34c34c0..319f9dc 100644
--- a/docker/docker-compose-ubuntu-1804-intel-sgx.yml
+++ b/docker/docker-compose-ubuntu-1804-intel-sgx.yml
@@ -219,6 +219,7 @@ services:
 
   teaclave-file-service:
     image: python:3
+    container_name: teaclave-file-service
     volumes:
       - ../tests:/teaclave-file-service
     working_dir: /teaclave-file-service

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@teaclave.apache.org
For additional commands, e-mail: commits-help@teaclave.apache.org