mirror of
https://github.com/docker/build-push-action.git
synced 2024-11-06 00:35:53 -05:00
af7537dc3e
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
8 lines
164 B
YAML
8 lines
164 B
YAML
services:
|
|
nexus:
|
|
image: sonatype/nexus3:${NEXUS_VERSION:-latest}
|
|
volumes:
|
|
- "./data:/nexus-data"
|
|
ports:
|
|
- "8081:8081"
|
|
- "8082:8082"
|