---
name: exposing-odysseus-on-lan
description: Exposing Odysseus on LAN
version: 1.0.0
category: general
tags: [docker-compose, docker-networking, odysseus]
status: published
confidence: 1.0
source: learned
owner: admin
created: "2026-06-19T10:29:51Z"
---

## When to Use

User's existing Odysseus setup requires a way to expose it on their local network (LAN) to make it accessible from other devices.

## Procedure

1. Create a new network in Docker Compose
2. Add 'ports' section to service configuration for Odysseus
3. Expose specific ports (e.g. 8080, 8443) on the host machine

Using Docker Compose, create a new network and add a `ports` section to the configuration to allow incoming connections from the host machine.
