1 changed files with 7 additions and 2 deletions
@ -1,8 +1,13 @@ |
|||||||
version: "3" |
version: "3" |
||||||
services: |
services: |
||||||
client: |
cobajenkins: |
||||||
image: nginx |
image: nginx |
||||||
ports: |
ports: |
||||||
- 127.0.0.1:23480:80 |
- 23480:80 |
||||||
volumes: |
volumes: |
||||||
- ./src:/usr/share/nginx/html |
- ./src:/usr/share/nginx/html |
||||||
|
networks: |
||||||
|
- dbcon |
||||||
|
networks: |
||||||
|
dbcon: |
||||||
|
name: dbcon |
Loading…
Reference in new issue