Skip to content

Commit f60f317

Browse files
committed
Cleaned up the settings a little bit
1 parent 162b587 commit f60f317

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
@@ -133,7 +133,6 @@ For convenience you may add a new entry into your hosts file.
133133
## Portainer
134134

135135
```
136-
docker volume create portainer_data
137136
docker compose -f portainer-docker-compose.yml -p portainer up -d
138137
```
139138
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
@@ -242,7 +242,6 @@ if [ -x "$(command -v docker)" ] && [ "$(docker compose version)" ]; then
242242
if [ $? -eq 0 ]
243243
then
244244
# installing portainer
245-
docker volume create portainer_data > /dev/null
246245
docker compose -f portainer-docker-compose.yml -p portainer up -d & export pid=$!
247246
echo ""
248247
echo "portainer installing proceeding..."

0 commit comments

Comments
 (0)