Skip to content

Commit

Permalink
Merge pull request #4 from SkywardAI/fix/tf
Browse files Browse the repository at this point in the history
replace port to 80
  • Loading branch information
Aisuko authored Jul 22, 2024
2 parents 1e2cd8f + b079ee0 commit 3d63772
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ services:
build:
dockerfile: Dockerfile
context: .
entrypoint: ["python3", "-m", "tensorboard.main","--bind_all","--logdir=${METRICS_PATHS}"]
entrypoint: ["python3", "-m", "tensorboard.main","--port=80","--bind_all","--logdir=${METRICS_PATHS}"]
volumes:
- ${DOCKER_VOLUME_DIRECTORY:-.}/volumes/runs:/app/runs
expose:
- 6006
- 80
ports:
- 6006:6006
- 6006:80

0 comments on commit 3d63772

Please sign in to comment.