Testing
This commit is contained in:
@@ -35,8 +35,8 @@ services:
|
|||||||
db:
|
db:
|
||||||
image: mysql
|
image: mysql
|
||||||
environment:
|
environment:
|
||||||
- MYSQL_ROOT_PASSWORD='test123456'
|
- MYSQL_ROOT_PASSWORD=test123456
|
||||||
- MYSQL_DATABASE='ninja'
|
- MYSQL_DATABASE=ninja
|
||||||
labels:
|
labels:
|
||||||
io.rancher.scheduler.affinity:host_label: ${HOST_LABEL_KEY}=${HOST_LABEL_VALUE}
|
io.rancher.scheduler.affinity:host_label: ${HOST_LABEL_KEY}=${HOST_LABEL_VALUE}
|
||||||
restart: on-failure
|
restart: on-failure
|
||||||
|
|||||||
Reference in New Issue
Block a user