Skip to content

Commit dd4bb71

Browse files
authored
chore: Change default port in compose file (#44)
1 parent e47f99b commit dd4bb71

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ services:
33
image: ghcr.io/orcacd/docs:latest
44
container_name: orca-docs
55
ports:
6-
- "127.0.0.1:8080:8080"
6+
- "127.0.0.1:8081:8080"
77
restart: unless-stopped

0 commit comments

Comments
 (0)