further fix menu generation, add missing images

This commit is contained in:
Jonas Heinrich 2020-04-10 12:02:24 +02:00
parent 1a3af93a01
commit a945c96842
6 changed files with 51 additions and 39 deletions

View file

@ -1,2 +1,7 @@
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