This repository has been archived on 2023-12-23. You can view files and clone it, but cannot push or open issues or pull requests.
steam-container/docker-compose.yml

18 lines
327 B
YAML
Raw Permalink Normal View History

2021-02-12 00:26:16 +01:00
version: "3.0"
services:
steam:
image: steam-container:latest
build: .
container_name: steam
2021-02-12 23:58:42 +01:00
hostname: steam-container
2021-02-12 00:26:16 +01:00
volumes:
- ./steam:/home/steam
ports:
- 2233:22/tcp
- 2302:2302/tcp
- 2302:2302/udp
- 2303:2303/tcp
- 2303:2303/udp
restart: unless-stopped