mirror of
https://codeberg.org/gigirassy/asciiwebserv
synced 2026-08-30 15:37:40 +00:00
Add compose.yml
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
services:
|
||||
imageserver:
|
||||
image: codeberg.org/gigirassy/asciiwebserv:latest
|
||||
ports:
|
||||
- "127.0.0.1:52420:3333"
|
||||
volumes:
|
||||
- "./images:/images"
|
||||
environment:
|
||||
- LISTEN=0.0.0.0:3333 # dont change this or the 3333 above
|
||||
Reference in New Issue
Block a user