Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions DEPLOYMENT_DOCKER.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,6 @@ The application will be available at `http://localhost:8080`
For easier management, create a `docker-compose.yml`:

```yaml
version: '3.8'

services:
lightning-decoder:
build: .
Expand Down Expand Up @@ -57,8 +55,6 @@ docker compose down
Use a reverse proxy like nginx or Traefik to handle SSL:

```yaml
version: '3.8'

services:
lightning-decoder:
build: .
Expand Down
Loading