From 260a01fd1e05c05e1430b0f5574becbd1a3e9888 Mon Sep 17 00:00:00 2001 From: TriMill Date: Thu, 10 Aug 2023 23:26:41 -0400 Subject: [PATCH] fixed space --- docker-compose.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index 255420b..15419b6 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -1,4 +1,4 @@ -# Docker Compose file to make it simple to compile and run +# Docker Compose file to make it simple to compile and run # quectocraft in docker. Automatically compiles the dockerfile # Author: Tyler Murphy @@ -13,7 +13,7 @@ services: container_name: quectocraft # Set this container to use and build the Dockerfile in the current directory # See that Dockerfile for what it does - build: . + build: . # These are the default envrionment variables that quectocraft uses, just # respecified so that its easy to see and cange environment: @@ -40,4 +40,4 @@ services: # Also we bind to 0.0.0.0 to allow all ips - "0.0.0.0:25565:25565" # Make sure the container is always running - restart: unless-stopped + restart: unless-stopped