debug #2

Merged
ReCruAs merged 2 commits from debug into main 2025-11-05 17:20:35 +00:00
2 changed files with 7 additions and 1 deletions
Showing only changes of commit 8e8489060c - Show all commits

6
Dockerfile Normal file
View File

@@ -0,0 +1,6 @@
FROM registry:2
# Install Apache utilities for htpasswd management
RUN apt-get update && apt-get install -y \
apache2-utils \
&& rm -rf /var/lib/apt/lists/*

View File

@@ -2,7 +2,7 @@ version: '3.8'
services:
registry:
image: registry:2
build: .
container_name: registry
restart: unless-stopped
expose: