Code development platform for open source projects from the European Union institutions :large_blue_circle: EU Login authentication by SMS will be completely phased out by mid-2025. To see alternatives please check here

Skip to content
Snippets Groups Projects

Compose file, port & container name edited.

Merged Diego MENDEZ requested to merge hotfix/docker_compose into main
2 files
+ 3
5
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 1
0
services:
netbox:
image: "code.europa.eu:4567/digit-c4/netbox-plugins:${TAG}"
container_name: netbox_${TAG}
ports:
- 8080
environment:
Loading