mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-07-07 09:05:15 +02:00
15 lines
262 B
YAML
15 lines
262 B
YAML
version: '3.8'
|
|
|
|
services:
|
|
icons:
|
|
build:
|
|
context: .
|
|
dockerfile: Dockerfile
|
|
image: simpleicons-server:latest
|
|
container_name: simpleicons-server
|
|
ports:
|
|
- "3000:3000"
|
|
environment:
|
|
- PORT=3000
|
|
restart: unless-stopped
|