Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
RestoreMonarchy committed Jan 23, 2025
1 parent 858effb commit 00b1a18
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,14 @@
Docker image for running Unturned Dedicated Server on ARM devices (Raspberry Pi)

## Usage
```bash
```sh
docker run -d \
--name unturned \
-p 27115:27115 \
-v ./U3DS:/opt/U3DS \
ghcr.io/restoremonarchyplugins/unturned-arm-server:latest
```

## Other features
- The server will automatically update on restart if there is a new version available
- To validate the server files, create `.validate`in U3DS folder. For example using `touch U3DS/.validate`

0 comments on commit 00b1a18

Please sign in to comment.