mirror of
https://github.com/ZorgCC/docker-games-scripts.git
synced 2025-02-23 20:01:07 +03:00
15 lines
274 B
YAML
15 lines
274 B
YAML
version: '3.7'
|
|
services:
|
|
7d2d_server:
|
|
container_name: 7d2d_ds_v1
|
|
build: .
|
|
ports:
|
|
- "26900:26900"
|
|
- "26901:26901"
|
|
- "26902:26902"
|
|
- "8080:8080"
|
|
- "8081:8081"
|
|
restart: always
|
|
volumes:
|
|
- /docker/7test/vol:/steamcmd/vol
|