Archived
1
0
This repository has been archived on 2025-05-26. You can view files and clone it, but cannot push or open issues or pull requests.
Files
404-page/docker-compose.yml
Niklas Amundsson 778902d132
All checks were successful
404 page build / page-build (push) Successful in 5s
add docker-compose
2025-03-09 19:31:35 +01:00

15 lines
248 B
YAML

version: '3'
networks:
niklas_net:
external: true
services:
404-page:
image: gitea.amundsson.eu/n1jos/404-page:latest
container_name: 404-page
restart: unless-stopped
ports:
- 8086:80
networks:
- niklas_net