1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
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