remove port 3000

This commit is contained in:
Daniel Wolf 2020-01-02 20:05:57 -05:00
parent 6f5e50ef04
commit 4cfc547b60
No known key found for this signature in database
GPG Key ID: E8FEA551AA478F9A
1 changed files with 0 additions and 1 deletions

View File

@ -28,7 +28,6 @@
<Config Name="Drone Server Hostname" Target="DRONE_SERVER_HOST" Default="example.net" Description="Configuration Variable: DRONE_SERVER_HOST" Type="Variable" Display="always" Required="true" Mask="false"></Config>
<Config Name="Server Port" Target="8080" Default="3001" Mode="tcp" Description="Container Port: 8080/tcp" Type="Port" Display="always" Required="true"></Config>
<Config Name="Agent Port" Target="3000" Default="3002" Mode="tcp" Description="Container Port: 3000/tcp" Type="Port" Display="always" Required="false"></Config>
<Config Name="Configuration Mount" Target="/mnt/config" Default="/mnt/user/appdata/drone-ci" Mode="rw" Description="Container Path: /mnt/config" Type="Path" Display="always" Required="true"></Config>
<Config Name="Docker Mount" Target="/run/docker.sock" Default="/var/run/docker.sock" Mode="rw" Description="Container Path: /run/docker.sock" Type="Path" Display="advanced" Required="true"></Config>