https://github.com/bb441db/openra-docker
https://github.com/bb441db/openra-docker
Last synced: 15 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/bb441db/openra-docker
- Owner: bb441db
- Created: 2026-05-16T17:15:48.000Z (28 days ago)
- Default Branch: main
- Last Pushed: 2026-05-18T07:54:06.000Z (27 days ago)
- Last Synced: 2026-05-18T09:48:40.947Z (26 days ago)
- Language: Dockerfile
- Size: 1000 Bytes
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```