Skip to content

Commit

Permalink
docker compose fix
Browse files Browse the repository at this point in the history
  • Loading branch information
SecretSaturn committed Sep 29, 2024
1 parent 5500b2c commit a09b692
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion TNLS-Relayers/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ services:
build:
context: ./ # Path to the build context
dockerfile: Dockerfile
image: your-dockerhub-username/your-image-name:latest
image: secretsaturn/secretpath:latest
container_name: tnls-relayer
ports:
- "8000:8000" # Maps port 8000 on host to port 8000 in container
Expand Down

0 comments on commit a09b692

Please sign in to comment.