hyperbola-mirror/docker-compose.yml

17 lines
283 B
YAML
Raw Normal View History

2022-02-17 15:23:10 -05:00
version: '3'
services:
hypermirror:
image: rusian/hypermirror
container_name: hypermirror
env_file: config.env
ports:
- '3000:80'
volumes:
- './data/repo:/srv/repo'
tty: true
restart: always
logging:
options:
max-size: 1g