Skip to content

Commit

Permalink
Add missing service labels
Browse files Browse the repository at this point in the history
  • Loading branch information
maiorano84 committed Apr 28, 2021
1 parent 233eea0 commit 393f5c3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docker-compose.traefik.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,14 @@ services:
extends:
file: ./docker/services-common.yml
service: mysql
labels:
- "traefik.enable=false"
php:
extends:
file: ./docker/services-common.yml
service: php
labels:
- "traefik.enable=false"
depends_on:
- mysql

Expand Down

0 comments on commit 393f5c3

Please sign in to comment.