Skip to content

Commit

Permalink
remove contianer_name for all containers
Browse files Browse the repository at this point in the history
  • Loading branch information
Tianhao-Gu committed Nov 20, 2024
1 parent 1c3b043 commit 635b330
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,6 @@ services:

minio:
image: minio/minio
container_name: spark-minio
ports:
- "9002:9002"
# MinIO Console is available at http://localhost:9003
Expand Down Expand Up @@ -132,7 +131,6 @@ services:
build:
context: .
dockerfile: Dockerfile
container_name: cdm-jupyterhub
platform: linux/amd64
ports:
- "4043:4043"
Expand Down Expand Up @@ -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)
Expand Down

0 comments on commit 635b330

Please sign in to comment.