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