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