Docker and Docker-Compose updates (#13)

* feat: updated docker-compose files to pull an image from docker hub
This commit is contained in:
Michael Green
2023-07-11 22:31:08 +10:00
committed by GitHub
parent 7f4b8a808f
commit f1842d21ff
4 changed files with 75 additions and 3 deletions

View File

@@ -2,8 +2,7 @@ version: '2'
services:
gaseous-server:
container_name: gaseous-server
build:
context: ./
image: gaseousgames/gaseousserver:latest
restart: unless-stopped
networks:
- gaseous