Skip to content

Commit 4edfd0e

Browse files
committed
feat(readme): add logo
1 parent a632a43 commit 4edfd0e

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Albatross
22

3+
![Logo](./albatross.png=300x300)
4+
35
A Swift webhook handler which designed to translate and forward Github Webhook to Other Webhook.
46

57
![Preview](./screenshot.png)
@@ -35,7 +37,7 @@ Download [docker-compose.yml](https://gist.github.com/kevinzhow/5f68c99760463a3d
3537

3638
```yml
3739
# albatross
38-
version: '3.7'
40+
version: "3.7"
3941

4042
services:
4143
app:
@@ -46,7 +48,7 @@ services:
4648
ADMIN_USERNAME: albatross
4749
ADMIN_PASSWORD: albatross
4850
ports:
49-
- '1780:8080'
51+
- "1780:8080"
5052
volumes:
5153
- ./data:/app/data/
5254
#user: root # uncomment to run as root if you runs docker-compose as root
@@ -58,7 +60,7 @@ services:
5860
"--hostname",
5961
"0.0.0.0",
6062
"--port",
61-
"8080"
63+
"8080",
6264
]
6365
```
6466
@@ -75,7 +77,7 @@ If you want to enable build-in TLS supports, please modify the `docker-compose.y
7577
```yaml
7678
environment:
7779
ENABLE_TLS: "true"
78-
80+
7981
volumes:
8082
- ./data:/app/data/
8183
- /path/to/cert.pem:/app/certs/cert.pem

albatross.png

29.1 KB
Loading

0 commit comments

Comments
 (0)