Skip to content

Commit ad8c366

Browse files
committed
Cleaned up the settings a little bit
1 parent 73ef66b commit ad8c366

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