1
0
Fork 0
mirror of https://github.com/louislam/dockge.git synced 2025-04-04 23:42:20 +00:00
This commit is contained in:
Thushan Fernando 2024-05-02 19:10:43 +10:00 committed by GitHub
commit 5745f7dd21
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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.