Skip to content

Commit 7b05457

Browse files
committed
Cleaned up the settings a little bit
1 parent 90fc470 commit 7b05457

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

134134
```
135-
docker volume create portainer_data
136135
docker compose -f portainer-docker-compose.yml -p portainer up -d
137136
```
138137
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)