Skip to content

Instantly share code, notes, and snippets.

@akagaeng
Created June 29, 2022 08:44
Show Gist options
  • Save akagaeng/5e7f4c2a8a6acd1fd4b76594397a3488 to your computer and use it in GitHub Desktop.
Save akagaeng/5e7f4c2a8a6acd1fd4b76594397a3488 to your computer and use it in GitHub Desktop.
docker-compose.yaml using image
version: "3.8"
services:
app:
container_name: my-app
image: nginx
ports:
- "8080:80"
env_file:
- .env
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment