mirror of
				https://github.com/AlexBocken/mykb.git
				synced 2025-11-04 08:50:56 +01:00 
			
		
		
		
	fix dir
This commit is contained in:
		@@ -22,7 +22,7 @@ ExecStop=/usr/bin/docker compose stop
 | 
			
		||||
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`.
 | 
			
		||||
 | 
			
		||||
Reload the daemon and start your service:
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user