further fix menu generation, add missing images
This commit is contained in:
parent
1a3af93a01
commit
a945c96842
6 changed files with 51 additions and 39 deletions
5
Makefile
5
Makefile
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue