using portainer #28
alexandrecuer
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
PORTAINER
Create the portainer_data volume
run portainer
EMONCMS
with a volume for data
Create a data volume named data
Create the container with the ports needed, here 8999 for 80 (APACHE) and 6883 for 1883 (MQTT)
map the volume as /data :
with a binding for data
In the volumes tab,

volume
is the default type, but you may choosebind
if you want to mount a folder from the hostBeta Was this translation helpful? Give feedback.
All reactions