Use the latest container version for docker-compose
This commit is contained in:
parent
e14752818f
commit
2b38501a9f
@ -1,7 +1,7 @@
|
|||||||
version: '3.4'
|
version: '3.4'
|
||||||
services:
|
services:
|
||||||
netbox: &netbox
|
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:
|
depends_on:
|
||||||
- postgres
|
- postgres
|
||||||
- redis
|
- redis
|
||||||
|
Reference in New Issue
Block a user