fix: add Docker CLI to PHP container for deploy script
- Install docker-ce-cli + docker-compose-plugin in Dockerfile - Mount Docker socket in docker-compose.yml - Add www-data to docker group for socket access
This commit is contained in:
@@ -36,6 +36,7 @@ services:
|
||||
dockerfile: _docker/app/Dockerfile
|
||||
volumes:
|
||||
- ./:/var/www
|
||||
- /var/run/docker.sock:/var/run/docker.sock
|
||||
container_name: ntspi-php
|
||||
restart: always
|
||||
ports:
|
||||
|
||||
Reference in New Issue
Block a user