mirror of
https://github.com/AlexBocken/mykb.git
synced 2024-11-23 03:39:38 +01:00
fix dir
This commit is contained in:
parent
ad599eb2d7
commit
9a70969f75
@ -22,7 +22,7 @@ ExecStop=/usr/bin/docker compose stop
|
|||||||
WantedBy=multi-user.target
|
WantedBy=multi-user.target
|
||||||
```
|
```
|
||||||
|
|
||||||
Create directories as necessary and place your `docker-compose.yml` in an appropriately named folder (as an example: "myprogram") in `/etc/docker-compose`.
|
Create directories as necessary and place your `docker-compose.yml` in an appropriately named folder (as an example: "myprogram") in `/etc/docker/compose`.
|
||||||
Ergo: Your docker-compose.yml should be in `/etc/docker/compose/myprogram/docker-compose.yml`.
|
Ergo: Your docker-compose.yml should be in `/etc/docker/compose/myprogram/docker-compose.yml`.
|
||||||
|
|
||||||
Reload the daemon and start your service:
|
Reload the daemon and start your service:
|
||||||
|
Loading…
Reference in New Issue
Block a user