Skip to content

Commit

Permalink
docs: add docker paths to changeset
Browse files Browse the repository at this point in the history
  • Loading branch information
n8maninger committed Jan 3, 2025
1 parent 1904163 commit af48838
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .changeset/use_default_data_directories.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,17 @@ default: major
Uses standard locations for application data instead of the current directory. This brings `hostd` in line with other system services and makes it easier to manage application data.

#### Linux, FreeBSD, OpenBSD
- Configuration: `/etc/hostd`
- Configuration: `/etc/hostd/hostd.yml`
- Data directory: `/var/lib/hostd`

#### macOS
- Configuration: `~/Library/Application Support/hostd`
- Configuration: `~/Library/Application Support/hostd.yml`
- Data directory: `~/Library/Application Support/hostd`

#### Windows
- Configuration: `%APPDATA%\SiaFoundation\hostd`
- Configuration: `%APPDATA%\SiaFoundation\hostd.yml`
- Data directory: `%APPDATA%\SiaFoundation\hostd`

#### Docker
- Configuration: `/data/hostd.yml`
- Data directory: `/data`

0 comments on commit af48838

Please sign in to comment.