mirror of
https://bitbucket.org/jsuto/piler.git
synced 2025-01-12 12:30:13 +01:00
parent
14f139ce05
commit
1f0dc438e2
@ -1,4 +1,4 @@
|
|||||||
How to run piler
|
## How to run piler
|
||||||
|
|
||||||
Edit the variables in docker-compose.yaml, then run
|
Edit the variables in docker-compose.yaml, then run
|
||||||
|
|
||||||
@ -6,9 +6,11 @@ Edit the variables in docker-compose.yaml, then run
|
|||||||
docker-compose up -d
|
docker-compose up -d
|
||||||
```
|
```
|
||||||
|
|
||||||
How to build the image for yourself
|
## How to build the image for yourself
|
||||||
|
|
||||||
Pick the latest deb package from Bitbucket download page (https://bitbucket.org/jsuto/piler/downloads/)
|
Pick the latest deb package from Bitbucket download page (https://bitbucket.org/jsuto/piler/downloads/)
|
||||||
and use it as the PACKAGE build argument, eg.
|
and use it as the PACKAGE build argument, eg.
|
||||||
|
|
||||||
docker build --build-arg PACKAGE=piler_1.3.11-focal-5c2ceb1_amd64.deb -t piler:1.3.11 .
|
```
|
||||||
|
docker build --build-arg PACKAGE=piler_1.3.11-focal-5c2ceb1_amd64.deb -t piler:1.3.11 .
|
||||||
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user