This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ### Keybase proof | |
| I hereby claim: | |
| * I am clausinho on github. | |
| * I am clausinho (https://keybase.io/clausinho) on keybase. | |
| * I have a public key ASBZEqqDgX9Fv0XupypjBqENRtQnf1WHMrVOl5NYrtWxHAo | |
| To claim this, I am signing this object: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| version: "3" | |
| services: | |
| wordpress: | |
| build: ./wordpress | |
| labels: | |
| - "traefik.frontend.rule=Host:www.yourdomain.net,Host:yourdomain.net" | |
| - "traefik.docker.network=traefik" | |
| environment: | |
| - WORDPRESS_DB_HOST=mysql:3306 | |
| - WORDPRESS_DB_USER=wordpressuser |