1
0
Fork 0
This repository has been archived on 2024-12-03. You can view files and clone it, but cannot push or open issues or pull requests.
poke-on-astro-experiment/docker-compose.yml

6 lines
109 B
YAML
Raw Normal View History

2024-06-21 06:41:13 +00:00
services:
nginx:
2024-06-24 22:35:55 +00:00
image: docker.io/library/poke
2024-06-21 06:41:13 +00:00
restart: unless-stopped
ports:
- 6003:4321