File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ If you find my projects helpful and want to fuel my late-night coding sessions w
5050services:
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 >
Original file line number Diff line number Diff line change 11services :
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
You can’t perform that action at this time.
0 commit comments