mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-27 19:08:38 -06:00
Update docker-compose file to default to the floating "develop" tag
- Instead of pinning in docker-compose we should probably follow the floating tag so we're at least semi-recent. It looks like we updated the develop build tag to be pushed along with develop.build#
This commit is contained in:
parent
ace5909b8c
commit
e699e1f2b8
@ -17,7 +17,7 @@ services:
|
||||
ports:
|
||||
- 8000:80
|
||||
netbox:
|
||||
image: "vaporio/netbox:develop.5"
|
||||
image: "vaporio/netbox:develop"
|
||||
environment:
|
||||
SECRET_KEY: secret
|
||||
DB_HOST: postgres
|
||||
|
Loading…
Reference in New Issue
Block a user