mirror of
https://github.com/cupcakearmy/gitea-sync.git
synced 2025-09-06 18:50:41 +00:00
Compare commits
1 Commits
v1.0.0-rc.
...
v1.0.0
Author | SHA1 | Date | |
---|---|---|---|
cf19e698b3 |
@@ -11,7 +11,7 @@ version: '3.8'
|
|||||||
|
|
||||||
services:
|
services:
|
||||||
sync:
|
sync:
|
||||||
image: cupcakearmy/gitea-sync
|
image: cupcakearmy/gitea-sync:1
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
env_file: .env
|
env_file: .env
|
||||||
```
|
```
|
||||||
|
@@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"version": "1.0.0-rc.0",
|
"version": "1.0.0",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"start": "node .",
|
"start": "node .",
|
||||||
|
Reference in New Issue
Block a user