mirror of
https://github.com/luigieai/homelab.git
synced 2025-06-07 07:56:37 -03:00
10 lines
No EOL
152 B
YAML
10 lines
No EOL
152 B
YAML
version: "3.8"
|
|
services:
|
|
csgoretake:
|
|
image: timche/csgo
|
|
volumes:
|
|
- csgo:/home/csgo/server
|
|
network_mode: host
|
|
|
|
volumes:
|
|
csgoretake: |