mirror of
https://github.com/netbox-community/netbox-docker.git
synced 2025-12-10 05:42:36 +00:00
Use the latest container version for docker-compose
This commit is contained in:
parent
e14752818f
commit
2b38501a9f
|
|
@ -1,7 +1,7 @@
|
|||
version: '3.4'
|
||||
services:
|
||||
netbox: &netbox
|
||||
image: ghcr.io/oxcert/netbox:${VERSION-v3.6-1.0.0}
|
||||
image: ghcr.io/oxcert/netbox:${VERSION-v3.6-1.0.2}
|
||||
depends_on:
|
||||
- postgres
|
||||
- redis
|
||||
|
|
|
|||
Loading…
Reference in a new issue