You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,8 @@
5
5
6
6
A docker image to run Astroneer Dedicated Server using a modified version of [AstroTuxLauncher](https://github.com/birdhimself/AstroTuxLauncher). The source code is [available on GitHub](https://github.com/birdhimself/astroneer-docker/).
7
7
8
+
**Supports encryption as well as Intel/AMD and ARM CPUs.**
9
+
8
10
## Compose
9
11
10
12
```yaml
@@ -22,6 +24,8 @@ services:
22
24
23
25
## Variants
24
26
27
+
### Registries
28
+
25
29
The image is available from both **ghcr.io** and **docker.io**:
26
30
27
31
| Registry | Full image name |
@@ -36,6 +40,10 @@ The image is available from both **ghcr.io** and **docker.io**:
36
40
| `latest` | Latest version for general use. Recommended in most cases. |
37
41
| `experimental` | Version with experimental features and changes. Will eventually become `latest`. |
38
42
43
+
### Architectures
44
+
45
+
This image support both `amd64` (Intel/AMD CPUs) and `arm64` (e.g. Raspberry Pi, Apple) architectures. The correct image variant should be pulled automatically.
46
+
39
47
## Encryption support
40
48
41
49
As of Wine 10.6 and GnuTLS 3.8.3, server encryption is supported. If you don't want to use encryption, you can disable it by setting `DISABLE_ENCRYPTION=true` in your `compose.yml`.
0 commit comments