Skip to content

Instantly share code, notes, and snippets.

@dullage
Last active May 2, 2024 06:49
Show Gist options
  • Save dullage/2da95ac54fdb32e4fffb234bd17a123f to your computer and use it in GitHub Desktop.
Save dullage/2da95ac54fdb32e4fffb234bd17a123f to your computer and use it in GitHub Desktop.
docker-compose Template
services:
:
container_name:
image:
environment:
KEY: "Value"
volumes:
- "/etc/localtime:/etc/localtime:ro"
- "./data:/data"
ports:
- "80:80"
restart: unless-stopped
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment