Update docker-compose.yml

This commit is contained in:
Sean Morley
2024-04-11 11:05:24 -04:00
committed by GitHub
parent cb9da5c069
commit d1371a9945

View File

@@ -1,6 +1,6 @@
services: services:
web: web:
build: . image: ghcr.io/seanmorley15/adventurelog:latest
ports: ports:
- "3000:3000" - "3000:3000"
environment: environment: