Skip to content

Commit

Permalink
Add docker-compose.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Hong committed Apr 27, 2024
1 parent b8eaa19 commit f53d0bc
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
version: '3.8'

services:
setup_dev_environment:
hostname: setup_dev_environment
container_name: setup_dev_environment
image: focal1119/setup_dev_environment:latest
restart: always
# entrypoint: tail -f /dev/null
ports:
- "8000:80"
# network_mode: "host"

0 comments on commit f53d0bc

Please sign in to comment.