Skip to content

Commit e0b9f6a

Browse files
committed
Cleaned up the settings a little bit
1 parent 7a670f3 commit e0b9f6a

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,6 @@ For convenience you may add a new entry into your hosts file.
135135
## Portainer
136136

137137
```
138-
docker volume create portainer_data
139138
docker compose -f portainer-docker-compose.yml -p portainer up -d
140139
```
141140
manage docker with [Portainer](https://www.portainer.io/) is the definitive container management tool for Docker, Docker Swarm with it's highly intuitive GUI and API.

install.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,6 @@ if [ -x "$(command -v docker)" ] && [ "$(docker compose version)" ]; then
229229
if [ $? -eq 0 ]
230230
then
231231
# installing portainer
232-
docker volume create portainer_data > /dev/null
233232
docker compose -f portainer-docker-compose.yml -p portainer up -d & export pid=$!
234233
echo ""
235234
echo "portainer installing proceeding..."

0 commit comments

Comments
 (0)