Skip to content

Commit

Permalink
Update portainer docker-compose.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kulemantu authored Aug 27, 2023
1 parent 745d6cc commit 5ce823c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions portainer/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,11 @@ version: '3.2'

services:
portainer:
image: portainer/portainer
image: portainer/portainer-ce
container_name: portainer
restart: unless-stopped
ports:
- "9000:9000"
- "8008:8000"
volumes:
- portainer_data:/data
- /var/run/docker.sock:/var/run/docker.sock
Expand Down

0 comments on commit 5ce823c

Please sign in to comment.