Skip to content
Snippets Groups Projects
Commit c14c2a90 authored by Anders Harrisson's avatar Anders Harrisson
Browse files

Fix incorrect container image version in docker-compose

parent 0572f40b
No related branches found
No related tags found
No related merge requests found
Pipeline #199764 passed
version: '3.4' version: '3.4'
services: services:
netbox: &netbox netbox: &netbox
image: docker.io/netboxcommunity/netboxv3.7.8 image: docker.io/netboxcommunity/netbox:v3.7.8
depends_on: depends_on:
- postgres - postgres
- redis - redis
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment