Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Added status badge and updated example
  • Loading branch information
11matt556 authored Oct 22, 2023
1 parent a6c9654 commit 0287c33
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
[![Publish Docker Image](https://github.com/11matt556/socat-cron/actions/workflows/publish.yml/badge.svg?event=release)](https://github.com/11matt556/socat-cron/actions/workflows/publish.yml)
[![Push changes to Gitlab](https://github.com/11matt556/socat-cron/actions/workflows/gitlab-push.yml/badge.svg?event=push)](https://github.com/11matt556/socat-cron/actions/workflows/gitlab-push.yml)
[![Check for updates to base image](https://github.com/11matt556/cron-socat/actions/workflows/check-for-updates.yml/badge.svg)](https://github.com/11matt556/cron-socat/actions/workflows/check-for-updates.yml)

# cron-socat
Forked from djpic's [docker-images](https://gitlab.com/djpic/docker-images) project on Gitlab.
Expand Down Expand Up @@ -39,6 +40,7 @@ services:
volumes:
- /var/run/docker.sock:/var/run/docker.sock # Only if your script needs to interface with other docker containers
- ./foo.sh:/etc/periodic/1min/foo.sh
restart: unless-stopped
```


Expand Down

0 comments on commit 0287c33

Please sign in to comment.