fixed space
This commit is contained in:
parent
53eeddcc20
commit
260a01fd1e
1 changed files with 3 additions and 3 deletions
|
@ -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 <tylerm.dev>
|
||||
|
||||
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue