Skip to content

Commit 47e1924

Browse files
committed
update readme and docker compose file. whopsie.
1 parent 29917a4 commit 47e1924

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ If you find my projects helpful and want to fuel my late-night coding sessions w
5050
services:
5151
cronjob-manager:
5252
image: ghcr.io/fccview/cronmaster:main
53-
container_name: cronmaster-test
53+
container_name: cronmaster
5454
user: "root"
5555
ports:
5656
# Feel free to change port, 3000 is very common so I like to map it to something else
@@ -82,7 +82,7 @@ services:
8282
init: true
8383

8484
# Default platform is set to amd64, uncomment to use arm64.
85-
#platform: linux/arm64
85+
#platform: linux/arm64
8686
```
8787

8888
### ARM64 Support
@@ -214,7 +214,7 @@ The application uses standard cron format: `* * * * *`
214214

215215
## Community shouts
216216

217-
I would like to thank the following members for raising issues and help test/debug them!
217+
I would like to thank the following members for raising issues and help test/debug them!
218218

219219
<table>
220220
<tbody>

docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
services:
22
cronjob-manager:
33
image: ghcr.io/fccview/cronmaster:main
4-
container_name: cronmaster-test
4+
container_name: cronmaster
55
user: "root"
66
ports:
77
# Feel free to change port, 3000 is very common so I like to map it to something else
@@ -33,4 +33,4 @@ services:
3333
init: true
3434

3535
# Default platform is set to amd64, uncomment to use arm64.
36-
#platform: linux/arm64
36+
#platform: linux/arm64

0 commit comments

Comments
 (0)