From e833c393fbb0520765466379103efc64adc97f37 Mon Sep 17 00:00:00 2001 From: Tom - Henry Coursow Date: Mon, 17 Jul 2023 16:14:55 +0200 Subject: [PATCH] Update .gitea/workflows/container.yml --- .gitea/workflows/container.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitea/workflows/container.yml b/.gitea/workflows/container.yml index 755f65d..f554a36 100644 --- a/.gitea/workflows/container.yml +++ b/.gitea/workflows/container.yml @@ -10,6 +10,9 @@ jobs: runs-on: ubuntu-latest container: image: archlinux:latest + ports: + # Opens port 7777 on the host forwards it to the container port 7777 + - 7777:7777 env: # These env Variables are DOCKER CONTAINER env variables. # So these can be used to configure the docker image above accordingly to the image documentation