added port mapping
This commit is contained in:
+3
-1
@@ -4,4 +4,6 @@ services:
|
||||
build: .
|
||||
container_name: gitea-runner
|
||||
restart: unless-stopped
|
||||
env_file: prod.env
|
||||
env_file: prod.env
|
||||
ports:
|
||||
- "8000:8000"
|
||||
Reference in New Issue
Block a user