Initial commit
This commit is contained in:
22
docs/portainer-stacks/octoprint.md
Normal file
22
docs/portainer-stacks/octoprint.md
Normal file
@ -0,0 +1,22 @@
|
||||
Portainer Stack:
|
||||
```
|
||||
---
|
||||
version: "3.8"
|
||||
volumes:
|
||||
octoprint:
|
||||
services:
|
||||
octoprint:
|
||||
image: octoprint/octoprint:latest
|
||||
container_name: octoprint
|
||||
network_mode: bridge
|
||||
restart: unless-stopped
|
||||
user: 1000:1000
|
||||
volumes:
|
||||
- octoprint:/octoprint
|
||||
# devices:
|
||||
# - /dev/ttyUSB0:/dev/ttyUSB0
|
||||
ports:
|
||||
- 80:80
|
||||
labels:
|
||||
- com.centurylinklabs.watchtower.enable=true
|
||||
```
|
Reference in New Issue
Block a user