Skip to content

Instantly share code, notes, and snippets.

@MikeMichel
Created December 23, 2019 10:45
Show Gist options
  • Save MikeMichel/d10c357f20ebc7145b25d03c0d2c2237 to your computer and use it in GitHub Desktop.
Save MikeMichel/d10c357f20ebc7145b25d03c0d2c2237 to your computer and use it in GitHub Desktop.
shared storage
version: "v1"
project: "my-first-project"
services:
frontend:
apache:
image: httpd
domain: "nyc.sloppy.zone"
ports: 80
volumes:
- container_path: "/usr/local/apache2/htdocs"
label: "mysharedstorage123"
backend:
apache:
image: httpd
domain: "nyc2.sloppy.zone"
ports: 80
volumes:
- container_path: "/usr/local/apache2/htdocs"
label: "mysharedstorage123"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment