@@ -7,9 +7,9 @@ services:
container_name: portainer
restart: always
ports:
- - "8000:8000"
- - "9000:9000"
- - "9443:9443"
+ - "127.0.0.1:8000:8000"
+ - "127.0.0.1:9000:9000"
+ - "127.0.0.1:9443:9443"
volumes:
- /var/run/docker.sock:/var/run/docker.sock
- portainer_data:/data