Skip to content

Instantly share code, notes, and snippets.

@derflocki
Last active September 13, 2018 09:41
Show Gist options
  • Save derflocki/810406d1d8db145ffaa469f42c05e65a to your computer and use it in GitHub Desktop.
Save derflocki/810406d1d8db145ffaa469f42c05e65a to your computer and use it in GitHub Desktop.
docker-compse .env file resolution
COMPOSE_PROJECT_NAME=bug

#How to

docker-compose up -d
docker-compose ps
cd httpd && docker-compose ps
version: '3'
services:
httpd:
image: httpd
volumes:
- ./httpd/:/data
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment