Skip to content

Commit 8e81313

Browse files
committed
fix: portainer not connected to other containers
1 parent 2fc8e9f commit 8e81313

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docker-compose.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,8 @@ services:
5555
container_name: portainer
5656
restart: always
5757
volumes:
58-
- ./etc/localtime:/etc/localtime:ro
59-
- ./var/run/docker.sock:/var/run/docker.sock:ro
58+
- /etc/localtime:/etc/localtime:ro
59+
- /var/run/docker.sock:/var/run/docker.sock:ro
6060
- ./portainer-data:/data
6161
ports:
6262
- "9000:9000"

0 commit comments

Comments
 (0)