fix container_name
This commit is contained in:
@@ -78,7 +78,7 @@ KOMODO_ENABLE_NEW_USERS=false
|
||||
## Disable non-admins from creating new resources.
|
||||
KOMODO_DISABLE_NON_ADMIN_CREATE=false
|
||||
## 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
|
||||
KOMODO_LOGGING_PRETTY=false
|
||||
|
||||
@@ -5,7 +5,7 @@ services:
|
||||
- 8383:80
|
||||
image: ghcr.io/gchq/cyberchef:latest
|
||||
restart: unless-stopped
|
||||
container_name: container_name
|
||||
container_name: cyberchef
|
||||
|
||||
stirling-pdf:
|
||||
container_name: stirling-PDF
|
||||
|
||||
Reference in New Issue
Block a user