Skip to content

Instantly share code, notes, and snippets.

@Mrkisha
Last active March 11, 2018 16:48
Show Gist options
  • Save Mrkisha/66879ec0a7518ccb75ddbe487780d21d to your computer and use it in GitHub Desktop.
Save Mrkisha/66879ec0a7518ccb75ddbe487780d21d to your computer and use it in GitHub Desktop.
Execute command in docker container that was created with docker-compose
version: '3'

services:
    fpm:
        image: php:7.2-fpm
docker-compose exec test_fpm_1 php -v
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment