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 <[email protected]>
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 <[email protected]>
---
 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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to