18 lines
339 B
YAML
18 lines
339 B
YAML
version: '3.3'
|
|
services:
|
|
squoosh:
|
|
container_name: squoosh
|
|
restart: unless-stopped
|
|
ports:
|
|
- '9080:80'
|
|
image: '7701:8080'
|
|
networks:
|
|
nginx:
|
|
aliases:
|
|
- squoosh
|
|
|
|
networks:
|
|
nginx:
|
|
external: true
|
|
|
|
# docker run -d --name squoosh --restart unless-stopped -p 7701:8080 dko0/squoosh:1.12.0 |