Skip to content

Commit

Permalink
Remove port 8001 from docker-compose.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Mauricio Genebrieres committed Dec 29, 2023
1 parent e16324f commit 2fd1be2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,4 @@ services:
container_name: stellar
command: --local
ports:
- '8000:8000'
- '8001:8001'
- '8000:8000'

0 comments on commit 2fd1be2

Please sign in to comment.