Skip to content

Instantly share code, notes, and snippets.

@matschaffer
Created October 20, 2021 04:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save matschaffer/9a3e6f00e5e94a725b74fb8ea7287a12 to your computer and use it in GitHub Desktop.
Save matschaffer/9a3e6f00e5e94a725b74fb8ea7287a12 to your computer and use it in GitHub Desktop.
docker-compose.yml
env-hyphens=ok
env.dots=ok
version: "3.9"
services:
env:
image: ubuntu
environment:
- inline-hypens=ok
- inline.dots=ok
command: bash -c env
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment