mirror of
https://github.com/cupcakearmy/mnist.git
synced 2024-12-22 16:16:32 +00:00
10 lines
154 B
YAML
10 lines
154 B
YAML
|
version: '3.7'
|
||
|
|
||
|
services:
|
||
|
server:
|
||
|
image: cupcakearmy/static
|
||
|
restart: unless-stopped
|
||
|
ports:
|
||
|
- 80:80
|
||
|
volumes:
|
||
|
- ./dist:/srv:ro
|