Skip to content

Commit

Permalink
Update docker-compose.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
robbrad authored Jan 4, 2024
1 parent afb1954 commit 22ff5cd
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions uk_bin_collection_api_server/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,7 @@ version: '3'

services:
ukbc_api_server:
build:
context: .
dockerfile: Dockerfile
image: robbrad182/uk-bin-collection:latest
ports:
- "8080:8080" # Adjust the ports as needed
depends_on:
Expand All @@ -13,4 +11,4 @@ services:
selenium:
image: selenium/standalone-chrome:latest
ports:
- "4444:4444"
- "4444:4444"

0 comments on commit 22ff5cd

Please sign in to comment.