docker-seafile/docker-compose.yml

17 lines
316 B
YAML
Raw Permalink Normal View History

2022-08-29 16:20:14 -04:00
version: '3.6'
services:
main:
build: .
environment:
SEAFILE_SERVER_NAME: Seafile
SEAFILE_SERVER_HOST: seafile.example.com
ports:
- '8000:8000'
- '8080:8080'
- '8082:8082'
volumes:
- seafile-data:/opt/seafile
restart: unless-stopped
volumes:
seafile-data: