all done docker working

This commit is contained in:
acidburnmonkey
2025-08-06 17:06:49 -04:00
parent d40b201065
commit 96de1a1d0f
4 changed files with 16 additions and 10 deletions
+11
View File
@@ -0,0 +1,11 @@
---
services:
website:
build:
context: .
dockerfile: Dockerfile
image: acidarchon.com
container_name: acidarchon.com
ports:
- 8088:8088
restart: unless-stopped