compose: set application name as the service name
This commit is contained in:
parent
0accb14f02
commit
9c4b7b042d
|
|
@ -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'
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
version: '2'
|
||||
services:
|
||||
application:
|
||||
jenkins:
|
||||
image: 'bitnami/jenkins:latest'
|
||||
ports:
|
||||
- '80:8080'
|
||||
|
|
|
|||
Loading…
Reference in New Issue