Skip to content

Commit a455861

Browse files
committed
chore: update Docker image version to v0.0.3 in README and docker-compose
1 parent 585d4c7 commit a455861

3 files changed

Lines changed: 3 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ So, to have at least some informational metrics (since we know the official [ngi
1414
### Image
1515

1616
```bash
17-
docker pull daffaputranarendra/sysy:v0.0.2
17+
docker pull daffaputranarendra/sysy:v0.0.3
1818
```
1919

2020
### Nginx Configuration

VERSION

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
v0.0.3

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ services:
2929
- grafana-data:/var/lib/grafana
3030

3131
syslog-nginx:
32-
image: daffaputranarendra/sysy:v0.0.2
32+
image: daffaputranarendra/sysy:v0.0.3
3333
ports:
3434
- "2112:2112"
3535
container_name: syslog-nginx

0 commit comments

Comments
 (0)