aboutsummaryrefslogtreecommitdiff
path: root/docker-compose.yaml
blob: 6648481022d7c463604f44a2c2b640b4451c21dd (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
version: "3"

services:
  fsproxy:
    #image: docker.io/galenguyer/fsproxy:latest
    build: .
    command:
      - "--upstream"
      - "https://example.com"
    ports:
      - "127.0.0.1:6969:6969"