web-wordpress-kit/Makefile

7 lines
262 B
Makefile

docker_deploy:
# Need to fix MaxSessions in remote ssh daemon https://github.com/docker/compose/issues/6463
# Disable nftables on remote host
DOCKER_HOST="ssh://playground.pi" docker-compose -f wordpress.yml up
docker_up:
docker-compose -f wordpress.yml up