Source-FastDownloadServer-D.../docker-compose.yml
2024-09-30 01:22:02 +02:00

13 lines
247 B
YAML

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: