Source-FastDownloadServer-D.../docker-compose.yml

13 lines
247 B
YAML
Raw Normal View History

2024-09-29 23:22:02 +00:00
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: