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
|`15` / `15-quarterly` / `latest`|**FreeBSD Port**. Built from FreeBSD packages. | Production stability. |
24
+
|`15-latest`|**FreeBSD Latest**. Rolling package updates. | Newest FreeBSD packages. |
25
+
26
+
## Prerequisites
27
+
28
+
Before deploying, ensure your host environment is ready. See the [Quick Start Guide](https://daemonless.io/guides/quick-start) for host setup instructions.
29
+
17
30
## Deployment
18
31
19
32
### Podman Compose
@@ -44,10 +57,12 @@ podman run -d --name base \
44
57
restart_policy: always
45
58
```
46
59
47
-
## Configuration
60
+
## Parameters
61
+
62
+
**Architectures:** amd64
63
+
**User:** `root` (UID/GID via PUID/PGID, defaults to 1000:1000)
64
+
**Base:** FreeBSD 15.0
48
65
49
-
## Notes
66
+
---
50
67
51
-
- **Architectures:** amd64
52
-
- **User:** `root` (UID/GID set via PUID/PGID)
53
-
- **Base:** Built on `ghcr.io/daemonless/base` (FreeBSD)
68
+
Need help? Join our [Discord](https://discord.gg/Kb9tkhecZT) community.
0 commit comments