AS a developer, I want the docker compose files to have a root host of "0.0.0.0" #228
Labels
No labels
blocked
duplicate
enhancement
good first issue
help wanted
invalid
needs criteria
needs estimate
needs testing
question
type
admin
type
bug
type
change
type
defect
type
dependencies
type
documentation
type
epic
type
incident
type
investigation
type
spike
type
story
type
subtask
wontfix
blocked
duplicate
needs criteria
needs designs
needs estimate
needs testing
question
type
admin
type
alert
type
bug
type
defect
type
dependencies
type
design
type
documentation
type
epic
type
incident
type
investigation
type
spike
type
story
won't fix
No project
No assignees
2 participants
Notifications
Total time spent: 6 minutes 33 seconds
Due date
Vylpes
1 minute 33 seconds
VylpesTester
5 minutes
No due date set.
Dependencies
No dependencies set.
Reference: RabbitLabs/vylbot-app#228
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Story Points: 1
AS a developer, I want the docker compose files to have a root host of "0.0.0.0"
SO THAT the scripts allow me to connect to the database
Acceptance Criteria
AS a developer
GIVEN I want to deploy the database with docker
WHEN I run the compose command
THEN the database should deploy using root host of
0.0.0.0
Notes
- MYSQL_ROOT_HOST=0.0.0.0
Update docker compose to include 0.0.0.0 ipto AS a developer, I want the docker compose files to have a root host of "0.0.0.0"Already done - Passing to testing
Passed