Skip to content

Instantly share code, notes, and snippets.

@sleepless-se
Created November 11, 2021 04:49
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 sleepless-se/e62ef68a5a93a13bb5d65406dab445bb to your computer and use it in GitHub Desktop.
Save sleepless-se/e62ef68a5a93a13bb5d65406dab445bb to your computer and use it in GitHub Desktop.
docker-compose minimum setting
version: "3"
services:
my_app:
container_name: my_app
image: my_app:latest
volumes:
- .:/app
working_dir: /app
networks:
- my_network
networks:
my_network:
external: true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment