Skip to content

Commit

Permalink
Only bind the laboratory to the local host
Browse files Browse the repository at this point in the history
  • Loading branch information
foretspaisibles committed Aug 15, 2024
1 parent 6407785 commit 86cd552
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docker/compose/cid.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ services:
- service
- frontend
ports:
- "${cid_http_port:-80}:80"
- "${cid_https_port:-443}:443"
- "127.0.0.1:${cid_http_port:-80}:80"
- "127.0.0.1:${cid_https_port:-443}:443"

gitserver:
image: cid/gitserver:${cid_image_tag:-latest}
Expand All @@ -42,7 +42,7 @@ services:
networks:
- frontend
ports:
- "${cid_ssh_port:-2022}:22"
- "127.0.0.1:${cid_ssh_port:-2022}:22"

trac:
image: cid/trac:${cid_image_tag:-latest}
Expand Down

0 comments on commit 86cd552

Please sign in to comment.