1
0
mirror of https://github.com/amir20/dozzle.git synced 2025-12-24 14:31:44 +01:00

Uses absolute file path

This commit is contained in:
Amir Raminfar
2020-04-30 14:12:02 -07:00
parent 5484947ee3
commit da3071cfa0
2 changed files with 1 additions and 20 deletions

View File

@@ -1,19 +0,0 @@
name: Docker image (latest-dev)
on:
push:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: jerray/publish-docker-action@master
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
file: Dockerfile
repository: amir20/dozzle
tags: latest-dev

View File

@@ -12,7 +12,7 @@ While dozzle should work for most, it is not meant to be a full logging solution
But if you don't want to pay for these services, then Dozzle can help! Dozzle will be able to capture all logs from your containers and send them in real-time to your browser. Installation is also very easy. Dozzle is not a database. It does not store or save any logs. You can only see live logs while using Dozzle.
![Image](.github/demo.gif)
![Image](https://github.com/amir20/dozzle/blob/master/.github/demo.gif?raw=true)
## Getting dozzle