Skip to content

Commit 1f763a8

Browse files
matheusgontijoMatheus Gontijosushmangupta
authored
fixed wrong identation (#2250)
Co-authored-by: Matheus Gontijo <m.gontijo@imi.de> Co-authored-by: Su <112690947+sushmangupta@users.noreply.github.com>
1 parent 85baa95 commit 1f763a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

guides/installation/legacy-setups/docker-setup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ For information about using Docker in production, see [Docker for production](..
1616
## Prerequisites
1717

1818
- Install and run either [Docker](https://docs.docker.com/get-started/get-docker/) or [OrbStack](https://docs.orbstack.dev/quick-start). OrbStack is a fast, Docker-compatible alternative for macOS (free for personal use).
19-
- - Ensure Docker has permission to bind to local ports (typically `80` or `8080`) and that no conflicting services are already using these ports. On macOS/Linux, you can check with `lsof -iTCP:80 -sTCP:LISTEN`. On Windows, you can check with `netstat -aon | findstr LISTENING | findstr :80` ([`netstat` docs](https://learn.microsoft.com/en-us/windows-server/administration/windows-commands/netstat), [`findstr` docs](https://learn.microsoft.com/en-us/windows-server/administration/windows-commands/findstr)). For background on identifying which process is listening on a TCP port, see Microsoft’s guide: [Determine which program uses or blocks specific TCP ports](https://learn.microsoft.com/en-us/troubleshoot/windows-server/performance/determine-which-program-use-block-tcp-ports).
19+
- Ensure Docker has permission to bind to local ports (typically `80` or `8080`) and that no conflicting services are already using these ports. On macOS/Linux, you can check with `lsof -iTCP:80 -sTCP:LISTEN`. On Windows, you can check with `netstat -aon | findstr LISTENING | findstr :80` ([`netstat` docs](https://learn.microsoft.com/en-us/windows-server/administration/windows-commands/netstat), [`findstr` docs](https://learn.microsoft.com/en-us/windows-server/administration/windows-commands/findstr)). For background on identifying which process is listening on a TCP port, see Microsoft’s guide: [Determine which program uses or blocks specific TCP ports](https://learn.microsoft.com/en-us/troubleshoot/windows-server/performance/determine-which-program-use-block-tcp-ports).
2020
- Install `make`:
2121

2222
```bash

0 commit comments

Comments
 (0)