repos / pico

pico services - prose.sh, pastes.sh, imgs.sh, feeds.sh, pgs.sh
git clone https://github.com/picosh/pico.git

commit
a934d17
parent
6db849f
author
Eric Bower
date
2024-05-14 17:17:52 +0000 UTC
fix: rm `links` from `registry` service

minio and registry are not on the same VM so it was failing when running
docker compose commands
1 files changed,  +0, -2
M docker-compose.yml
+0, -2
1@@ -23,8 +23,6 @@ services:
2     environment:
3       REGISTRY_STORAGE_S3_ACCESSKEY: ${MINIO_ROOT_USER}
4       REGISTRY_STORAGE_S3_SECRETKEY: ${MINIO_ROOT_PASSWORD}
5-    links:
6-      - minio
7   imgproxy:
8     image: darthsim/imgproxy:latest
9     restart: always