mirror of
https://git.mirrors.martin98.com/https://github.com/docker/build-push-action
synced 2025-08-22 13:19:07 +08:00
9 lines
164 B
YAML
9 lines
164 B
YAML
services:
|
|
nexus:
|
|
image: sonatype/nexus3:${NEXUS_VERSION:-latest}
|
|
volumes:
|
|
- "./data:/nexus-data"
|
|
ports:
|
|
- "8081:8081"
|
|
- "8082:8082"
|