1
0
Fork 0

drone: try removing ports

This commit is contained in:
Lukáš Kucharczyk 2023-12-05 13:35:47 +01:00
parent 57af8685eb
commit 6e35a52bbd
Signed by: lukas
SSH Key Fingerprint: SHA256:vMuSwvwAvcT6htVAioMP7rzzwMQNi3roESyhv+nAxeg
1 changed files with 0 additions and 5 deletions

View File

@ -3,9 +3,6 @@ services:
drone:
image: drone/drone:1
container_name: drone
ports:
- 5443:443
- 580:80
networks:
public:
ipv4_address: 192.168.240.47
@ -26,8 +23,6 @@ services:
drone-runner:
image: drone/drone-runner-docker:1
container_name: drone-runner
ports:
- 3500:3000
networks:
public:
ipv4_address: 192.168.240.48