I lose the webGUI of a remote machine when create the swag docker in omv-compose plugin, I still have shell (putty) access and want to up swag container.
what is the full line to write to up it?
data:
Code
root@unas:/Compose# cd swag
root@unas:/Compose/swag# ls -la
total 16
drwxrwxr-x 2 dockeruser users 4096 sep 22 19:13 .
drwxrwsrwx 12 root users 4096 sep 22 19:13 ..
-rw-rw-r-- 1 dockeruser users 217 sep 22 19:13 swag.env
-rw-rw-r-- 1 dockeruser users 1060 sep 22 19:13 swag.yml
root@unas:/Compose/swag# docker compose up
no configuration file provided: not found
root@unas:/Compose/swag# docker-compose up
no configuration file provided: not found
root@unas:/Compose/swag# docker-compose up swag
no configuration file provided: not found
root@unas:/Compose/swag#
Display More
I use general variables not local, so need to add the path for general variables (global.env)?