Skip to content

Commit

Permalink
Update port and db service name of dev docker (#154)
Browse files Browse the repository at this point in the history
  • Loading branch information
itdependsnetworks authored Oct 17, 2024
1 parent 566d869 commit eb57339
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,12 @@ services:
volumes:
- "./nautobot_config.py:/opt/nautobot/nautobot_config.py"
- "../:/source"
# To expose postgres or redis to the host uncomment the following
# postgres:
# To expose postgres (5432), myql (3306) on db service or redis (6379) to the host uncomment the
# following. Ensure to match the 2 idented spaces which to have the service nested under services.
# db:
# ports:
# - "5432:5432"
# - "3306:3306"
# redis:
# ports:
# - "6379:6379"

0 comments on commit eb57339

Please sign in to comment.