Skip to content

Commit 24b5161

Browse files
committed
Cleaned up the settings a little bit
1 parent b2e90e8 commit 24b5161

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

136136
```
137-
docker volume create portainer_data
138137
docker compose -f portainer-docker-compose.yml -p portainer up -d
139138
```
140139
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)