mirror of
https://github.com/fruworg/cstrike.git
synced 2024-11-16 10:07:18 +03:00
11 lines
244 B
Markdown
11 lines
244 B
Markdown
# cstrike
|
|
Образ основан на [этом репозитории](https://github.com/AMXX4u/BasePack).
|
|
|
|
## Развёртывание
|
|
```
|
|
mkdir /opt/cstrike
|
|
cd /opt/cstrike
|
|
git clone github.com/fruworg/cstrike
|
|
docker compose up -d
|
|
```
|