# 1. Deploy traefik
docker network create --driver=overlay traefik-net
docker stack deploy -c traefik.yml traefik
# 2. Deploy a stack
docker stack deploy -c <stack.yml> <name>
# Exemple
DOMAIN=mydomain.com VERSION=5.3-fpm docker stack deploy -c wordpress.yml mywordpress
Support me with a monthly donation and help me continue my activities:
Buy me a beer (BTC): bitcoin:112aZxX9Jiya4TM6Le4foxTq9V8U6aVGbG
This project is licensed under the GNU GPL v3.0 - see the LICENSE.txt file for details
Free Software, Hell Yeah!