fix container_name

This commit is contained in:
2025-08-22 14:24:58 -03:00
parent a9cce165e1
commit 129063f7e7
2 changed files with 2 additions and 2 deletions

View File

@@ -78,7 +78,7 @@ KOMODO_ENABLE_NEW_USERS=false
## Disable non-admins from creating new resources. ## Disable non-admins from creating new resources.
KOMODO_DISABLE_NON_ADMIN_CREATE=false KOMODO_DISABLE_NON_ADMIN_CREATE=false
## Allows all users to have Read level access to all resources. ## Allows all users to have Read level access to all resources.
KOMODO_TRANSPARENT_MODE=false KOMODO_TRANSPARENT_MODE=true
## Prettier logging with empty lines between logs ## Prettier logging with empty lines between logs
KOMODO_LOGGING_PRETTY=false KOMODO_LOGGING_PRETTY=false

View File

@@ -5,7 +5,7 @@ services:
- 8383:80 - 8383:80
image: ghcr.io/gchq/cyberchef:latest image: ghcr.io/gchq/cyberchef:latest
restart: unless-stopped restart: unless-stopped
container_name: container_name container_name: cyberchef
stirling-pdf: stirling-pdf:
container_name: stirling-PDF container_name: stirling-PDF