Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
Soubinan committed Nov 13, 2023
1 parent d4777f6 commit f75901c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,12 @@ Is a containerized XEN Orchestra version inspired by [XEN-Orchestra-Docker](http

* TZ: Time zone (default: UTC)

### Execute

```bash
docker run --rm -p 8080:8080 -e TZ=UTC -v <path/to/your/config>:/etc/xo-server -v <path/to/your/data>:/var/lib/xo-server -v <path/to/your/data>:/var/lib/xo-backup ghcr.io/soubinan/xoa-container:latest
```

## Known issues

### Memory overcommit disabled
Expand Down

0 comments on commit f75901c

Please sign in to comment.