compose: set application name as the service name

This commit is contained in:
Sameer Naik 2017-01-11 10:30:36 +05:30
parent 0accb14f02
commit 9c4b7b042d
2 changed files with 2 additions and 2 deletions

View File

@ -27,7 +27,7 @@ The recommended way to run Jenkins is using Docker Compose using the following `
```yaml
version: '2'
services:
application:
jenkins:
image: 'bitnami/jenkins:latest'
ports:
- '80:8080'

View File

@ -1,6 +1,6 @@
version: '2'
services:
application:
jenkins:
image: 'bitnami/jenkins:latest'
ports:
- '80:8080'