Rename to docker-compose.yml instead of docker-compose.yaml, Add Ports and comments

This commit is contained in:
MotorTruck1221 2022-12-02 12:56:56 -07:00
parent 7ee142a7ed
commit 0fe42ca3e0

View file

@ -6,4 +6,5 @@ services:
container_name: nebula container_name: nebula
restart: unless-stopped restart: unless-stopped
ports: ports:
- 8080:3000 # DO NOT CHANGE 3000!
- your port here:3000