team-fortress-server/docker-compose.yml

13 lines
247 B
YAML
Raw Normal View History

version: '3'
services:
source-fastdownload-server:
build: .
container_name: source-fastdownload-server
ports:
- "80:80"
volumes:
- source-fastdownload:/usr/local/apache2/htdocs/source
volumes:
source-fastdownload: