diff options
Diffstat (limited to 'docker-compose.yml')
| -rw-r--r-- | docker-compose.yml | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/docker-compose.yml b/docker-compose.yml deleted file mode 100644 index 5ea6959..0000000 --- a/docker-compose.yml +++ /dev/null @@ -1,15 +0,0 @@ -version: '3' -services: - cgit: - build: - context: . - image: cgit - volumes: - - ./homedir:/var/git - - ./hostkeys:/var/hostkeys - environment: - - CGIT_UID=1000 - - CGIT_GID=1000 - ports: - - '127.0.0.1:8080:8080' - - '0.0.0.0:8022:8022' |
