mirror of
https://github.com/opencloud-eu/opencloud-compose.git
synced 2026-08-07 12:28:43 +08:00
8 lines
189 B
YAML
8 lines
189 B
YAML
---
|
|
# only expose the ports when you know what you are doing!
|
|
services:
|
|
euro-office:
|
|
ports:
|
|
# expose the euro-office document server on all interfaces
|
|
- "0.0.0.0:9900:80"
|