mirror of
https://github.com/portainer/portainer.git
synced 2025-07-19 21:39:40 +02:00
7 lines
134 B
Go
7 lines
134 B
Go
|
package docker
|
||
|
|
||
|
const (
|
||
|
ComposeStackNameLabel = "com.docker.compose.project"
|
||
|
SwarmStackNameLabel = "com.docker.stack.namespace"
|
||
|
)
|