Skip to content

Commit

Permalink
feat(docker-compose) add docker-compose
Browse files Browse the repository at this point in the history
  • Loading branch information
dionmaicon committed Jul 19, 2021
1 parent dd61c3b commit 0b53b69
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 6 deletions.
3 changes: 0 additions & 3 deletions build.sh

This file was deleted.

13 changes: 13 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
version: '3.2'

services:
server:
build: ./v1
container_name: ubuntu-server
restart: always
ports:
- '8090:80'
- '22:22'
- '22222:22222'
volumes:
- "./v1/keys/:/home/ubuntu/"
3 changes: 0 additions & 3 deletions run.sh

This file was deleted.

File renamed without changes.

0 comments on commit 0b53b69

Please sign in to comment.