Skip to content

Instantly share code, notes, and snippets.

@decima
Created November 8, 2021 11:36
Show Gist options
  • Save decima/657cd5d77a19760ffcfb640853b4d4e1 to your computer and use it in GitHub Desktop.
Save decima/657cd5d77a19760ffcfb640853b4d4e1 to your computer and use it in GitHub Desktop.
PHP Storm using docker.
version: "3.7"
services:
projector:
image: registry.jetbrains.team/p/prj/containers/projector-phpstorm
ports:
- 8887:8887
volumes:
- ./data:/home/projector-user
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment