Failed Deploy; docker-comose.yml #1353
-
Trying to deploy via Portainer and keep receiving the following error: Stack code (attached), added the following changes to meet as directed from the compose file as it would not deploy at all initially.
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
I'm not sure if this
works. Just replace the left part of the volume mappings up top by the servies with the left part you set down here.
And so on |
Beta Was this translation helpful? Give feedback.
-
Your line must start with a string, which is done with You can reference directly to a (1) source directory or use (2) docker volumes, where actual data is then stored under /usr/lib/docker/volumes. (1):
(2):
|
Beta Was this translation helpful? Give feedback.
Your line must start with a string, which is done with
-
.You can reference directly to a (1) source directory or use (2) docker volumes, where actual data is then stored under /usr/lib/docker/volumes.
(1):
The compose file would look like this (beware of sufficient whitespaces!)
(2):
This one is referencing the path again at the end of the compose file.