mirror of
https://github.com/docker/docs.git
synced 2026-03-31 08:18:55 +07:00
17 lines
297 B
YAML
17 lines
297 B
YAML
notary:
|
|
build: .
|
|
links:
|
|
- notarymysql
|
|
ports:
|
|
- "8080:8080"
|
|
- "4443:4443"
|
|
#rufus:
|
|
# volumes:
|
|
# - /dev/bus/usb/003/010:/dev/bus/usb/002/010
|
|
# - /var/run/pcscd/pcscd.comm:/var/run/pcscd/pcscd.comm
|
|
# build: ../rufus
|
|
notarymysql:
|
|
build: ./notarymysql/
|
|
ports:
|
|
- "3306:3306"
|