Skip to content

Instantly share code, notes, and snippets.

@YtvwlD
Created March 5, 2019 17:41
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 YtvwlD/762759e67eba7d184f3a65667bd27753 to your computer and use it in GitHub Desktop.
Save YtvwlD/762759e67eba7d184f3a65667bd27753 to your computer and use it in GitHub Desktop.
mete: docker-compose.yml: ports
diff --git a/docker-compose.yml b/docker-compose.yml
index 4f089d9..06ec9f7 100644
--- a/docker-compose.yml
+++ b/docker-compose.yml
@@ -41,6 +41,8 @@ services:
dockerfile: Dockerfile
image: chaosdorf/mete
build: .
+ ports:
+ - "8081:80"
volumes:
- system:/app/public/system
restart: on-failure
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment