Commit 86d3c64

Eric Bower  ·  2024-05-21 14:52:51 -0400 EDT
parent bf8e066
chore: cleanup
1 files changed,  +0, -5
M docker-compose.yml
+0, -5
 1@@ -29,11 +29,6 @@ services:
 2       - ./data/git-pr/data:/app/ssh_data
 3     env_file:
 4       - .env.prod
 5-    ports:
 6-      - "${GIT_HTTPS_V4:-443}:443"
 7-      - "${GIT_HTTP_V4:-80}:80"
 8-      - "${GIT_HTTPS_V6:-[::1]:443}:443"
 9-      - "${GIT_HTTP_V6:-[::1]:80}:80"
10   ssh:
11     image: ghcr.io/picosh/pico/git-ssh:latest
12     restart: always