Basic Traefik Setup

This commit is contained in:
2019-10-19 15:35:40 -04:00
parent e16f33802b
commit aba56da99a
5 changed files with 26 additions and 1 deletions

View File

@@ -15,7 +15,6 @@
name: wordpress
image: wordpress:5.2.3
restart_policy: always
ports: 8080:80
volumes: wordpress:/var/www/html
links:
- mariadb