Skip to content

Commit

Permalink
Merge pull request #57 from kssumin/main
Browse files Browse the repository at this point in the history
[BE/FIX] deb 서버 문제 해결
  • Loading branch information
kssumin authored Nov 3, 2023
2 parents 912d147 + 3ad83f0 commit f5e07c6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ services:
ports:
- "13308:3306"
volumes:
- ./mysql-init.d:/docker-entrypoint-initdb.d
- ./mysql-init.d/:/docker-entrypoint-initdb.d

overflow-adminer: # mysql web admin
container_name: eeos-adminer
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
use eeos;

create table program
(
program_id bigint not null auto_increment,
Expand Down

0 comments on commit f5e07c6

Please sign in to comment.