mirror of
https://github.com/louislam/dockge.git
synced 2025-04-04 23:42:20 +00:00
Merge b1685289da
into 109222f024
This commit is contained in:
commit
5745f7dd21
1 changed files with 2 additions and 2 deletions
|
@ -54,7 +54,7 @@ Requirements:
|
|||
|
||||
```
|
||||
# Create directories that store your stacks and stores Dockge's stack
|
||||
mkdir -p /opt/stacks /opt/dockge
|
||||
mkdir -p /opt/{stacks,dockge}
|
||||
cd /opt/dockge
|
||||
|
||||
# Download the compose.yaml
|
||||
|
@ -149,7 +149,7 @@ Yes, you can. However, you need to move your compose file into the stacks direct
|
|||
|
||||
#### Is Dockge a Portainer replacement?
|
||||
|
||||
Yes or no. Portainer provides a lot of Docker features. While Dockge is currently only focusing on docker-compose with a better user interface and better user experience.
|
||||
Yes and no. Portainer provides a lot of Docker features. While Dockge is currently only focusing on docker-compose with a better user interface and better user experience.
|
||||
|
||||
If you want to manage your container with docker-compose only, the answer may be yes.
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue