An open API service indexing awesome lists of open source software.

https://github.com/bb441db/openra-docker


https://github.com/bb441db/openra-docker

Last synced: 15 days ago
JSON representation

Awesome Lists containing this project

README

          

# OpenRA Docker

**compose.yml**

```yml
services:
openra:
build: .
restart: unless-stopped
ports:
- "1234:1234"
environment:
MOD: ra
SERVER_NAME: "Example server name"
PORT: 1234
```