initial code changes
This commit is contained in:
21
docker-compose.yml
Normal file
21
docker-compose.yml
Normal file
@@ -0,0 +1,21 @@
|
||||
version: '2.4'
|
||||
|
||||
services:
|
||||
NEWINSTANCE:
|
||||
image: octoprint/octoprint
|
||||
container_name: octopi_NEWINSTANCE
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- NEWPORT:5000
|
||||
- CAMPORT:8080
|
||||
#devices:
|
||||
# - /dev/ttyACM0:/dev/ttyACM0
|
||||
# - /dev/video0:/dev/video0
|
||||
volumes:
|
||||
- /opt/octoprint/NEWINSTANCE:/octoprint
|
||||
# uncomment the lines below to ensure camera streaming is enabled when
|
||||
# you add a video device
|
||||
#environment:
|
||||
# - ENABLE_MJPG_STREAMER=true
|
||||
# - CAMERA_DEV=/dev/video0
|
||||
# - MJPG_STREAMER_INPUT="-y -n -r 1280x960 -f 30
|
||||
Reference in New Issue
Block a user