Skip to content

Commit

Permalink
#2270 configuring host
Browse files Browse the repository at this point in the history
  • Loading branch information
DarioGii committed Dec 13, 2024
1 parent 5615b37 commit 7abbc3a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions exampleYmlFiles/docker-compose-latest-security.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ services:
ports:
- "8080:8080"
volumes:
- /Users/darioghunneyware/stirling/latest/data:/usr/share/tessdata:rw
- /Users/darioghunneyware/stirling/latest/config:/configs:rw
- /Users/darioghunneyware/stirling/latest/logs:/logs:rw
- /stirling/latest/data:/usr/share/tessdata:rw
- /stirling/latest/config:/configs:rw
- /stirling/latest/logs:/logs:rw
environment:
SPRING_SPRING_PROFILES_ACTIVE: docker
SYSTEM_PROFILES_ACTIVE: docker
DOCKER_ENABLE_SECURITY: "true"
SECURITY_ENABLELOGIN: "true"
PUID: 1002
Expand Down

0 comments on commit 7abbc3a

Please sign in to comment.