Move WebWolf to port 9090 easier since most of the time something is running on 8081 Add scripts for easy building Docker files etc
5 lines
45 B
Bash
5 lines
45 B
Bash
#!/usr/bin/env bash
|
|
|
|
cd ..
|
|
docker-compose up
|