Docker and Docker-Compose updates (#13)
* feat: updated docker-compose files to pull an image from docker hub
This commit is contained in:
@@ -2,8 +2,7 @@ version: '2'
|
||||
services:
|
||||
gaseous-server:
|
||||
container_name: gaseous-server
|
||||
build:
|
||||
context: ./
|
||||
image: gaseousgames/gaseousserver:latest
|
||||
restart: unless-stopped
|
||||
networks:
|
||||
- gaseous
|
||||
|
Reference in New Issue
Block a user