Browse Source

rm docker.sock volume

pull/8/head
fedy95 4 years ago
parent
commit
8a04202c70
  1. 1
      docker-compose.yml

1
docker-compose.yml

@ -15,5 +15,4 @@ services:
volumes: volumes:
- ./etc/instance/config:/config - ./etc/instance/config:/config
- /var/services/homes/fedy95:/home/fedy95 - /var/services/homes/fedy95:/home/fedy95
- /var/run/docker.sock:/var/run/docker.sock
... ...