Remove ports configuration
This commit is contained in:
parent
c1de20ae84
commit
f379976655
1 changed files with 0 additions and 2 deletions
|
@ -2,8 +2,6 @@ services:
|
|||
woodpecker-server:
|
||||
image: woodpeckerci/woodpecker-server:latest
|
||||
container_name: woodpecker-server
|
||||
ports:
|
||||
- 8000:8000
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- ./server-data:/var/lib/woodpecker/
|
||||
|
|
Loading…
Reference in a new issue