Skip to content

Commit

Permalink
fix owner label value in example
Browse files Browse the repository at this point in the history
  • Loading branch information
s4ke committed Dec 8, 2023
1 parent df42e0d commit df26194
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion deploy/tenant1/stack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ services:
volumes:
- /var/run/docker.sock:/var/run/docker.sock
environment:
- OWNER_LABEL_VALUE=your-owner-label-value
- OWNER_LABEL_VALUE=tenant1
- ALLOWED_REGULAR_VOLUMES_DRIVERS=local
- ALLOWED_VOLUME_TYPES=bind,volume,tmpfs,npipe,cluster
- ALLOW_PORT_EXPOSE=true
Expand Down
2 changes: 1 addition & 1 deletion deploy/tenant2/stack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ services:
volumes:
- /var/run/docker.sock:/var/run/docker.sock
environment:
- OWNER_LABEL_VALUE=your-owner-label-value
- OWNER_LABEL_VALUE=tenant2
- ALLOWED_REGULAR_VOLUMES_DRIVERS=local
- ALLOWED_VOLUME_TYPES=bind,volume,tmpfs,npipe,cluster
- ALLOW_PORT_EXPOSE=true
Expand Down

0 comments on commit df26194

Please sign in to comment.