- 
                Notifications
    You must be signed in to change notification settings 
- Fork 25
Open
Description
hey 👋
I have a docker-compose that spin up everything, just a bit different from your example
  # PubSub
  pubsub:
    image: google/cloud-sdk:emulators
    container_name: pubsub
    command: bash -c "gcloud beta emulators pubsub start --project=some-project-id --host-port='0.0.0.0:8085'"
    volumes: 
      - pubsub_data:/opt/data
    ports:
      - "8085:8085"
    networks:
      - app-network- is there a way to specify the port where the PubSub is running in this emulator UI?
- is there a volume I can attach to it and name it? like I did in the cloud-sdkimage
Metadata
Metadata
Assignees
Labels
No labels