need different base image for pi
This commit is contained in:
parent
82626ad57b
commit
47f431a3e3
2 changed files with 5 additions and 5 deletions
|
|
@ -1,6 +1,6 @@
|
||||||
FROM oven/bun:alpine
|
FROM oven/bun:1.3.7-debian
|
||||||
|
|
||||||
RUN apk add --no-cache nginx docker-cli
|
RUN apt-get update && apt-get install -y nginx docker.io && rm -rf /var/lib/apt/lists/*
|
||||||
|
|
||||||
COPY nginx.conf /etc/nginx/nginx.conf
|
COPY nginx.conf /etc/nginx/nginx.conf
|
||||||
COPY index.html /usr/share/nginx/html/index.html
|
COPY index.html /usr/share/nginx/html/index.html
|
||||||
|
|
|
||||||
|
|
@ -6,20 +6,20 @@ A simple [snowflake](https://snowflake.torproject.org/) dashboard to portray run
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
1.Clone this repository:
|
- Clone this repository:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
git clone https://github.com/lone-cloud/snowflake-dashboard.git
|
git clone https://github.com/lone-cloud/snowflake-dashboard.git
|
||||||
cd snowflake-dashboard
|
cd snowflake-dashboard
|
||||||
```
|
```
|
||||||
|
|
||||||
2.Start the services:
|
- Start the services:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
docker compose up -d
|
docker compose up -d
|
||||||
```
|
```
|
||||||
|
|
||||||
3.Open the dashboard in your browser:
|
- Open the dashboard in your browser:
|
||||||
|
|
||||||
```plaintext
|
```plaintext
|
||||||
http://localhost:8888
|
http://localhost:8888
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue