Use the latest container version for docker-compose

This commit is contained in:
Matthew Seaman 2023-10-24 10:52:53 +01:00
parent e14752818f
commit 2b38501a9f

View File

@ -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