Revelav3/docker-compose.yml
MotorTruck1221 817069ae2e
Add docker
2024-03-20 23:54:37 -06:00

13 lines
261 B
YAML

version: '3'
services:
nebula:
image: nebula:latest
build:
context: .
dockerfile: Dockerfile
container_name: nebula
restart: unless-stopped
ports:
# Host:Container (DO NOT MODIFY THE CONTAINER PORT)
- "8081:8080"