From 635b33026c4486678d329a3e73a489a7fd9849fc Mon Sep 17 00:00:00 2001 From: Tianhao-Gu Date: Wed, 20 Nov 2024 16:09:04 -0600 Subject: [PATCH] remove contianer_name for all containers --- docker-compose.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/docker-compose.yaml b/docker-compose.yaml index d7008f9..2528aa7 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -95,7 +95,6 @@ services: minio: image: minio/minio - container_name: spark-minio ports: - "9002:9002" # MinIO Console is available at http://localhost:9003 @@ -132,7 +131,6 @@ services: build: context: . dockerfile: Dockerfile - container_name: cdm-jupyterhub platform: linux/amd64 ports: - "4043:4043" @@ -172,7 +170,6 @@ services: postgres: image: postgres:16.3 restart: always - container_name: postgres # To avoid incorrect user permissions, manually create the volume directory before running Docker. # export UID=$(id -u) # export GID=$(id -g)