This commit is contained in:
Ionel Andrei Cataon
2026-02-19 19:19:14 +02:00
parent f0b4466a76
commit 546fc277a4
2 changed files with 11 additions and 12 deletions

View File

@@ -4,14 +4,14 @@ services:
build:
context: .
dockerfile: dockerfile.jenkins
environment:
TZ: "Europe/Bucharest"
ports:
- "60199:8080"
- "5000:5000"
volumes:
- "jenkins:/var/jenkins_home"
- "/var/run/docker.sock:/var/run/docker.sock"
group_add:
- "999"
restart: unless-stopped
volumes: