更新 README.md

This commit is contained in:
2024-05-31 00:53:16 +08:00
parent 31f92504fc
commit ca5f9c7de6

View File

@@ -1,10 +1,10 @@
# Gitea docker container
## Command
- start container: `$ docker-compose -f <path of docker-compose.yml> start`
- update container:
1. edit docker-compose.yml file
2. stop and remove old container: `$ docker-compose -f <path of docker-compose.yml> down`
3. create new container and run in background(-d): `$ docker-compose -f <path of docker-command.yml> up -d`
- start container: `$ docker-compose -f <path of docker-compose.yml> start`
- update container:
1. edit docker-compose.yml file
2. stop and remove old container: `$ docker-compose -f <path of docker-compose.yml> down`
3. create new container and run in background(-d): `$ docker-compose -f <path of docker-command.yml> up -d`
---
## Runner configuration
```YAML