mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-28 11:26:26 -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:
|
ports:
|
||||||
- 8000:80
|
- 8000:80
|
||||||
netbox:
|
netbox:
|
||||||
image: "vaporio/netbox:develop.5"
|
image: "vaporio/netbox:develop"
|
||||||
environment:
|
environment:
|
||||||
SECRET_KEY: secret
|
SECRET_KEY: secret
|
||||||
DB_HOST: postgres
|
DB_HOST: postgres
|
||||||
|
Loading…
Reference in New Issue
Block a user