Skip to content
Snippets Groups Projects
Commit fb2b0457 authored by DHCPCD's avatar DHCPCD
Browse files

Update .gitlab-ci.yml file

parent f34e68f1
No related branches found
No related tags found
No related merge requests found
Pipeline #91 failed
...@@ -6,8 +6,8 @@ stages: ...@@ -6,8 +6,8 @@ stages:
replace: replace:
stage: replace_ports stage: replace_ports
script: script:
- sed -i 's/80:80/32080' docker-compose.yml - sed -i 's/80:80/32080/' docker-compose.yml
- sed -i 's/443:443/32443' docker-compose.yml - sed -i 's/443:443/32443/' docker-compose.yml
build-job: build-job:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment