Update from Sync Service

This commit is contained in:
FNS Service
2026-04-21 17:24:50 +08:00
parent c160565270
commit f3e8f9ae52
218 changed files with 5633 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
## INSTALL AS A CONTAINER
## Compose can also be run inside a container, from a small bash script wrapper. To install compose as a container run this command:
sudo curl -L --fail [https://github.com/docker/compose/releases/download/1.25.4/run.sh](https://github.com/docker/compose/releases/download/1.25.4/run.sh) -o /usr/local/bin/docker-composesudo chmod +x /usr/local/bin/docker-compose
> 来自 <[https://docs.docker.com/compose/install/#alternative-install-options](https://docs.docker.com/compose/install/#alternative-install-options)>