This commit is contained in:
Acid
2026-05-13 23:05:53 -04:00
parent 7f65419a74
commit 5202715dba
3 changed files with 32 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
services:
website:
build:
context: .
dockerfile: Dockerfile
image: acidarchon.com
container_name: acidarchon.com
ports:
- 8088:8080
restart: unless-stopped